Re: ACtivemq 5.10 compatibility

2014-06-19 Thread khandelwalanuj
Did anyone get a chance to look at this ? -- View this message in context: http://activemq.2283324.n4.nabble.com/ACtivemq-5-10-compatibility-tp4682244p4682321.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ Message sending

2014-06-19 Thread khandelwalanuj
Please respond. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-Message-sending-tp4682289p4682320.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Verifying an activemq configuration remotely ...

2014-06-19 Thread Kevin Burton
Is it possible to verify that an activemq box is deployed correctly? I'm depending on features like advisory support… so if it doesn't work or isn't enabled properly my app will break. So I'd like to connect to the queue, and die if it's not configured properly. Kevn -- Founder/CEO Spinn3r.co

ActiveMQ Web Console has no information

2014-06-19 Thread Bryan Korff
We are using 5.10.0 ActiveMQ. We just upgraded from 5.5.1. The queues are working fine. However, the web console shows no information for the broker, no connections, no queues. It looks like requestContext is not pulling information that should be there. I've scanned the activemq.xml and jetty

Log4jJMSAppenderExample: Wire format negotiation timeout: peer did not send his wire format

2014-06-19 Thread Campeanu, Ruxandra
Ruxandra Campeanu | Software Developer SI/C RO Euroscript-Certitude S.R.L. T.: +40 31 103 02 00 | F.: +40 21 314 89 19 Cotroceni Business Center Bd. Iuliu Maniu nr. 7, Corp U, Sc. 1, Et. 4, Sector 6 | RO-061072 Bucharest www.euroscript.ro Euroscript-Certitude S.R.L. he

Re: ActiveMQ Message sending

2014-06-19 Thread khandelwalanuj
Did anyone get a chance to look at this ? -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-Message-sending-tp4682289p4682298.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Message Groups and Network of Brokers (Still not supported?)

2014-06-19 Thread Gary Tully
you are not missing anything, there is no group coordination across networks except that messages are forwarded in groups. So a network consumer is treated like a normal consumer. On 18 June 2014 17:52, thall wrote: > I am also in need message group functionality inside a network of brokers. > Fr

Re: Question on failover transport options

2014-06-19 Thread spam trap
On Wed, 18 Jun 2014 11:37:50 -0700 (PDT), "tabish...@gmail.com" wrote: >I've created an issue to track the behaviour as it's not really what you'd >expect and resolved it in ActiveMQ trunk and ActiveMQ-CPP trunk and the >3.8.x fixes branch. Should work as you expected now. Thanks. We've remo

Re: ActiveMQ Message sending

2014-06-19 Thread khandelwalanuj
In addition to this question. When I looked into the source code of ActiveMQ, I found that all Asynchronous and Synchronous send is implemented in "ActiveMQMessageProducer.java" and "ActiveMQSession" class. In My case I am not extending or using any of these classes. I am creating connections us