[org.apache.activemq.transport.failover.FailoverTransport] (ActiveMQ Task-55) Successfully connected to

2012-04-10 Thread qt4x11
We have ActiveMQ clustering between our two servers configured as a network of brokers. Our config files look like http://activemq.apache.org/schema/core"; brokerName="receiver" persistent="false" useJmx="false" dataDirectory="${activemq.base}/data" destroyApplicationContextOnStop="true">

ActiveMQ configuration and Spring Expression Language (SpEL)

2012-04-10 Thread pollotek
I have to start multiple instances (separate JVMs) of this one service on the same machine which has a persistent embedded broker. All config files are pre-generated and have their variable substitutions done on compilation way before the services start. I'm having problems with several instances t

Consumer count dips in console when publishing

2012-04-10 Thread ngeren
While publishing a large number of messages over a period of time, the consumer count within the admin console dips. Once our (publishing) job has completed, it shows the correct number, which is great, however, we do use this count (within the XML feed) to monitor for issues, thus we get alerted q

Re: How does the Active MQ perform search in the messages for the given MESSAGE_SELECTOR?

2012-04-10 Thread sreekar
Hi Gtully, Thank you very much for the flying-answer. I am amazed to see the response in no time. Thanks for pointing out the examples. Will look at the possibility of using Virtual Destinations in my current work. At first glance, it seems there is no direct C++ API for dealing with Virtual D

Re: How does the Active MQ perform search in the messages for the given MESSAGE_SELECTOR?

2012-04-10 Thread Gary Tully
selectors work on any message property. have a peek at the tests: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/selector/SelectorTest.java?view=markup and http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/JmsT

How does the Active MQ perform search in the messages for the given MESSAGE_SELECTOR?

2012-04-10 Thread sreekar
Hi Guys, I need to get the messages from one ActiveMQ Queue. Going throught the documentation, found that Message_Selectors might be helpful. But i did not see any doc explaining the mechanism of filtering the messages. My doubt is how do i query for a specific message with some correlationID (s

Re: Queue Browser last message does not include browser:end

2012-04-10 Thread Michael Justin
Am 10.04.2012 10:36, Michael Justin wrote: Hello, Is it by design that the last message in the queue does not have a browser:end header line? I am testing with the 5.6 snapshot. https://issues.apache.org/jira/browse/AMQ-3449 Sorry, it was an error in my unit test, the browser:end appears as e

Queue Browser last message does not include browser:end

2012-04-10 Thread Michael Justin
Hello, Is it by design that the last message in the queue does not have a browser:end header line? I am testing with the 5.6 snapshot. https://issues.apache.org/jira/browse/AMQ-3449 -- Michael Justin