RE: Multiple processors

2007-11-09 Thread appi03
o a multiple processor environment. To > take advantage of that architecture, you may want to have several active > sessions and use queues to distribute the processing among them. > > Nate > >> -Original Message- >> From: appi03 [mailto:[EMAIL PROTECTED] >&g

Multiple processors

2007-11-09 Thread appi03
Does Activemq -cpp client support multiple processors? -- View this message in context: http://www.nabble.com/Multiple-processors-tf4779268s2354.html#a13672347 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Maximize Throughput

2007-11-09 Thread appi03
Running the latest activemq release 4.1.1 and using the cms library. I have a Linux Server set up that has 4 cpus where I am running my broker and the producer. I was hoping to get a good performance out of it but activemq only utilizes one cpu at a time. Does Activemq support multiple Cpus? The

Re: ActiveMq-Cpp on Redhat

2007-10-31 Thread appi03
: > > Yes, you should be able to follow the readme instructions. Its a > standard AutoTools build setup. > > Let us know if you run into any issues. > > Regards > Tim. > > On Wed, 2007-10-31 at 10:32 -0700, appi03 wrote: >> I have a specific requiremen

ActiveMq-Cpp on Redhat

2007-10-31 Thread appi03
I have a specific requirement to run ActiveMq on Redhat and I was wondering if I need to follow the same direction as the one for ubuntu/fedora, which is in the readme file. -- View this message in context: http://www.nabble.com/ActiveMq-Cpp-on-Redhat-tf4726633s2354.html#a13514515 Sent from the

Constant pending message limit

2007-10-29 Thread appi03
Hi, I wanted to test out the destination policies. I have a fast producer -> slow consumer set up here with non-durable topics. I set the constant pending message limit to 10 with prefetch of 1000, but my pendingqueuesize goes as high as 24848. I believe this is because of the flow control. So ca

is this a bug?

2007-10-25 Thread appi03
I will try to explain it as well as i can. Producer box( Windows - running a broker - Producer configuration: persistent messages) Consumer box(Linux - with durable topics for persistence) Configuration is attached. Behavior: I ran the producer and made my consumer stop in between so that not

persistent topics

2007-10-25 Thread appi03
Has anyone gotten persistent topics working on activemq-cpp-2.1. i just can't seem to figure that one out. I do think that my messages are being persisted because my RAM usage keeps increasing but when my consumer goes down and i bring it up again. I don't receive any messages that were persisted

RE: features in CPP client

2007-10-25 Thread appi03
P client >> >> TCP is the only transport that we currently support, sorry no SSL. >> >> The cpp client supports durable consumers just as the java >> client does. >> The policies are set at the broker not in the client. >> >> Regrads >> Tim. &

Re: BLOB messages

2007-10-25 Thread appi03
could create > an issue requesting it and we will hopefully get to it at some point. I > still haven't found anyone to pay me to work on this full time :) so we > get to what we can as fast as we can. > > Regards > Tim. > > On Thu, 2007-10-25 at 12:22 -0700, appi03

BLOB messages

2007-10-25 Thread appi03
I know blob messages is a new feature of 5.0 but just wondering if anyone knows if it will also be part of activemq-cpp. -- View this message in context: http://www.nabble.com/BLOB-messages-tf4693020s2354.html#a13413990 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

features in CPP client

2007-10-25 Thread appi03
Just a quick question about what is supported on ActiveMq-CPP client. I believe the only protocol that I can use right now is TCP, correct? Can i use SSL? What subscription recovery policies are available for cpp client. The website has good explanation on this but I am not sure if I would be ab

Persistence Adapter

2007-10-24 Thread appi03
I am running into something weird here. My configuration is as shown below. I am just trying to get the persistence working but for some reason if I comment out the memoryPersistenceAdapter, my producer thread doesn't produce any messages and I get a heap error. But if I keep the memoryPersistence

Persistence Adapter

2007-10-23 Thread appi03
hello folks, I need help getting the persistence adapter working. Here is my configuration: box 1: runs an embedded broker and a client on the box connects to it. (Producer: deliverymode::persistent, broker configuration: persistent=false) box 2: runs an embedded broker and a client on the box c

network of Brokers

2007-10-23 Thread appi03
Hello, I am trying to understand network of brokers. Please let me know if I on the right track or not. I have two machines on a different network. I create one embedded broker on one machine and have a client connect to it. I do the same for the other machine. Then I have a networkConnector con

Re: Help

2007-10-23 Thread appi03
how much can you store in there? tabish121 wrote: > > See this article > http://activemq.apache.org/networks-of-brokers.html > > On Tue, 2007-10-23 at 10:36 -0700, appi03 wrote: >> No i am using topics. >> >> Another question regarding the broker configurati

Re: Help

2007-10-23 Thread appi03
consumer running on that queue then it could explain why > you see only half the messages. > > See this FAQ entry > http://activemq.apache.org/how-does-a-queue-compare-to-a-topic.html > > Regards > Tim > > On Tue, 2007-10-23 at 10:25 -0700, appi03 wrote: >> Thanks for

Re: Help

2007-10-23 Thread appi03
e > default. If you do something like this in both the consumer and > producer client code, then they should both connect to the same broker. > Then run your tests and see what happens. > > Regards > Tim. > > On Tue, 2007-10-23 at 10:11 -0700, appi0

Re: Help

2007-10-23 Thread appi03
tions that you need help with please ask, we > try and answer them as quickly as possible. > > Documentation like anything else on this project grows faster when > people participate and contribute. Feel free to jump in. > > Regards > Tim. > > On Tue, 2007-10-23 at 0

Re: Help

2007-10-23 Thread appi03
a consumer. I have built them on Ubuntu. To run them you will be need > to set you LD_LIBRARY_PATH to /usr/local/lib/ and to compile them you will > need to add /usr/local/include/activemq-cpp-2.1/ as the include path in > you g++ command. > > Best of luck. > > > appi03 wro

Help

2007-10-23 Thread appi03
I started learning activemq-cpp about a week ago. Right now I feel like i haven't gotten anywhere. I wonder why? There is no solid documentation on anything so to the new user, it's pretty confusing. Anyhow, I will stop my complaints. but, i need some serious help. I just want to set up two com

Broker Connection

2007-10-19 Thread appi03
I have been running in to this problem and need some help. Here is my configuration Client 1 (Producer) -> Broker 1 Client 2 (Consumer) -> Broker 2 The producer keeps producing the messages and the consumer consumes certain number of messages and then stops. There aren't any other cons

Re: Multicast Discovery connection

2007-10-19 Thread appi03
well that will do it. Okay i have to ask this question? where can i find out what features are supported by the cpp client. tabish121 wrote: > > The CPP client doesn't support discovery. > > Regards > Tim > > On Fri, 2007-10-19 at 11:10 -0700, appi03 wrote: >

Multicast Discovery connection

2007-10-19 Thread appi03
I am trying to use the multicast discovery protocol and having some trouble with it. I think i have the broker configuration down. Client 1 (Producer) -> Broker 1 Client 2 (Consumer) -> Broker 2 But I am not sure how to configure the client side. this is what I have. Client 1 st

Re: Consumer connection lost

2007-10-19 Thread appi03
> On 18/10/2007, appi03 <[EMAIL PROTECTED]> wrote: >> >> I am learning about ActiveMQ and just started using it this week. So I am >> in >> the preliminary stages but I was wondering if someone can answer this >> question for me. I have a set up where i am runni

Re: connection issues

2007-10-18 Thread appi03
gt;> Broker. >> >> Are both clients C++ clients? >> What does you code do? >> Do you get any exceptions? >> Can you include a small sample? >> What platform / OS? >> >> Regards >> Tim. >> >> >> appi03 wrote: >> > If

connection issues

2007-10-18 Thread appi03
If i am using the ActiveMQ-CPP library, does it matter what activemq broker version do i use. Currently I am using the latest release, which is 4.1.1. I pretty much grabbed the example from the website. Here is the configuration: http://activemq.org/config/1.0";>

Consumer connection lost

2007-10-18 Thread appi03
I am learning about ActiveMQ and just started using it this week. So I am in the preliminary stages but I was wondering if someone can answer this question for me. I have a set up where i am running two brokers, one on Windows and the other one on Linux. They are on the same network; windows box a