Re: ActiveMQ-CPP. mutex.wait( timeOut );

2011-02-07 Thread Oscar Pernas
Hi all, Someone test it? it's only happening to me? Regards! 2011/1/17 Oscar Pernas > Hi Tim, > > Here you have the test case, is a visual studio 2005 project, you only have > to compile giving an ip address in where there are no brokers. In this > example when the connection with broker wont

Re: Failover doesn't work with two or more brokers

2011-02-07 Thread ActiveMQ2011User
Thank you for your hint :-). We use the client of the ActiveMQ 5.4.2 broker. -- View this message in context: http://activemq.2283324.n4.nabble.com/Failover-doesn-t-work-with-two-or-more-brokers-tp3264009p3271175.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Do VirtualTopic consumers support wildcards

2011-02-07 Thread CurtisRopp
I wanted to put together a configuration for virtual topics that using the filtering option of camel would allow me to put matching messages in different topics and if you wanted all messages you could then use wild cards to consume. Example VirtualTopic.test.transactions.api1 VirtualTopic.test.

Re: ActiveMQ 5.4.2 Ajax interface losing message ids under stress

2011-02-07 Thread habumaster
I am using the Nightly build apache-activemq-5.5-20111029.041638-14-bin I still see the null IDs, but almost immediately, another response comes in that is a duplicate of the previous one, but the new one has a valid id. So..message is not lost, but strange how I get a null and then a valid r

Re: What does the TCK require when deleting temporary queues

2011-02-07 Thread rliguori
I have some outstanding questions with the TCK testing too: http://activemq.2283324.n4.nabble.com/Is-ActiveMQ-5-4-2-compliant-against-the-JMS-TCK-td3091508.html. -- Robert -- View this message in context: http://activemq.2283324.n4.nabble.com/What-does-the-TCK-require-when-deleting-temporary-q

Re: View message body for Topic

2011-02-07 Thread danb2005
Problem solved (or rather found) - the consuming service was switched to run under a different account. Switching it back to the original account dequeued the messages. -- View this message in context: http://activemq.2283324.n4.nabble.com/View-message-body-for-Topic-tp3264090p3264459.html Sent

Re: View message body for Topic

2011-02-07 Thread danb2005
BTW, I now have 13 messages enqueued, with 0 dequeued. -- View this message in context: http://activemq.2283324.n4.nabble.com/View-message-body-for-Topic-tp3264090p3264319.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: View message body for Topic

2011-02-07 Thread danb2005
Thanks Dejan. I have a publisher adding messages to it, but my subscriber (a Windows service) doesn't seem to be able to consume them. This did work a few days ago. There is still one consumer listed on admin/topics.jsp. Is there a way to get any details on this consumer? Unfortunately it's not o

NullPointerException starting slave

2011-02-07 Thread chrisnicholls
Hi, I am trying to configure a share nothing master/slave. When I start the master everything looks fine in the logs. When I start the slave I see the following Exception. Things seem to work fine for a bit but then I start getting a lot more Exceptions after a while. I'm using 5.4.2. My config f

Re: Failover doesn't work with two or more brokers

2011-02-07 Thread Gary Tully
if this is 5.4.2, add ?updateURIsSupported=false to the failover uri, that should ensure that the list remains static. Is this a 5.3.x client to a 5.4.x broker by any chance? On 7 February 2011 12:21, ActiveMQ2011User wrote: > > Hallo, > > we have the following scenario: >  * two broker that uses

No activemq-code.xsd on http://activemq.apache.org/schema/core

2011-02-07 Thread sprengerc
Hi, In the file camelContext.xml in the Apache Camel 2.6.0 example camel-example-jms-file the beans element points to the file http://activemq.apache.org/schema/core/activemq-code.xsd http://activemq.apache.org/schema/core/activemq-code.xsd , but that file is not available. This gives a problem

Re: View message body for Topic

2011-02-07 Thread Dejan Bosanac
Hi Dan, you cannot browse topic messages as they are dispatched to all consumers immediately (if there's any) and they don't get stored on the broker. Queue messages on the other hand, get stored waiting for the consumer to pick that up, so you can browse them. Regards -- Dejan Bosanac -

View message body for Topic

2011-02-07 Thread danb2005
Hi, is there a way to view the message body of a message that was posted to a Topic? "activemq-admin browse DESTINATION" seems to allow you to view the bodies of queue messages only, not topic messages (from http://activemq.apache.org/activemq-command-line-tools-reference.html#ActiveMQCommandLine

Failover doesn't work with two or more brokers

2011-02-07 Thread ActiveMQ2011User
Hallo, we have the following scenario: * two broker that uses the same MySQL database, the configuration files are the same * a client that sends messages to one the active broker with the failover protocol We now use the following failover procotol uri for the sender: failover://(tcp://local