problems compiling with cygwin

2008-01-10 Thread long cao
hi, has anyone successfully built activemq-cpp 2.1.3 using cygwin; i am trying to do this but, after executing the autogen.sh script, the script stops emitting an error: [629] activemq-cpp-2.1.3-src >./autogen.sh Unmatched [ in regex; marked by <-- HERE in m/^AS_FLAGS$|^SHELL$|^PATH_SEPARATOR

Mutlicast discovery with persistent topics leads to errors

2008-01-10 Thread Jeff Ward
I'm using the latest version of ActiveMQ 5.0.0 and I'm having a bit of trouble creating a network of brokers with topics predefined. After bringing the brokers up and down a few times, I'll get the following errors: INFO DemandForwardingBridge - Network connection between vm://activemq

Defining Multiple Network Connectors in a Network of Brokers

2008-01-10 Thread egetchell
All, Another question on Network of Brokers. How exactly does one set up multiple connections between two brokers? The documentation indicates that defining multiple network connectors in the broker configuration should achieve this, but we seem to be unable to correctly configure this. Again,

Advisory Support and Network of Brokers

2008-01-10 Thread egetchell
All, We're having some issues with disabling Advisory Support on a Network of Brokers. We've tried with version 4, 5, and the latest 5.1 build with the same result. I've boiled our environment down to two brokers (call it Broker A and Broker B) and have the network connectors defined as follo

RE: using cms MessageID

2008-01-10 Thread gali_ka
Well this means that the guy on the other side should do something like this (on the Java side) -- String msgId = message.getJMSMessageID(); message.setJMSCorrelationID(); -- and this will be the message id i got calling myMessage.getCMSMessageID() after send. Am i correct? By

RE: using cms MessageID

2008-01-10 Thread Mittler, Nathan
Actually the CMSCorrelationID is used for this purpose. Just have the guy on the other end set that before he sends back the response. Regards, Nate > -Original Message- > From: gali_ka [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 10, 2008 8:42 AM > To: users@activemq.apache.org

using cms MessageID

2008-01-10 Thread gali_ka
Hi, i'm using activemq in my c++ application. I send asynchronously a message to a consumer. Per each message sent, i store some info which will be treated accordingly to result i get. So i get a message id after calling producer.send (getCMSMessageID) and use this id to store the info. What is t

Re: Using different consumer priorities in the same connection

2008-01-10 Thread ttmdev
In 5.0, consumer priorities, as described in this page, does not work as advertised. http://activemq.apache.org/consumer-priority.html See this thread http://www.nabble.com/Consumer-Priority-on-AMQ-5.0-to14369093s2354.html#a14369093 One possible alternative is to assign different prefetch l

Got minus one from a read call

2008-01-10 Thread activemqnewbie
When I am executing a bulk load of data to Oracle, I intermittently receive the following. Activemq publlishes 300 messages before failing. If I run it again it may fail after publishing200 messages . Has anyone seen this before? It appears that it is failing to create a connection pool. Seems pr