onMessage Threading Question

2011-08-29 Thread kureckam
I have several listeners each of which I want to listen on there own thread, but it doesn't seem to be creating separate threads. I have one connection which creates a session for each listener. The sessions are each created in there own thread and within that thread for each session a consumer is

Re: Network of Brokers - Duplicate message add attempt rejected

2011-08-29 Thread oseymen
Thanks for your reply Gary. >> When you get the WARN message, it is expected that the stats are wrong >> because the store should not be getting duplicates. OS - Agreed. >> At the point that the store recognizes the duplicate, the stats and >> cursors may have >> already processed the message

AMQ 5.5 non-persistent messages not processed, counted as in-flight

2011-08-29 Thread nrichards
I have a single consumer on each of a number of queues and a prefetch value of 1, and know that messages will arrive faster than they can be processed. In each queue, a large percentage of the messages are not handed to the listener and show up in the MBeans via Jconsole as awaiting acknowledgement

Re: amq.js with Stomp

2011-08-29 Thread stratio
Hey thanks for the quick reply, I already saw and used websocket over stomp ;) I was interested to know if it was possible to use stomp even with Ajax and expecially with amq.js? Thanks again. -- View this message in context: http://activemq.2283324.n4.nabble.com/amq-js-with-Stomp-tp3776084p37

Re: amq.js with Stomp

2011-08-29 Thread Dejan Bosanac
Hi, you might find web sockets support interesting http://activemq.apache.org/websockets.html Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.com/snyder/

amq.js with Stomp

2011-08-29 Thread stratio
Hello, is it possible to use the amq.js client over stomp protocol? If it is how should the activemq.xml file look like in order to do so? Thanks in advance. -- View this message in context: http://activemq.2283324.n4.nabble.com/amq-js-with-Stomp-tp3776084p3776084.html Sent from the ActiveMQ -

Re: Network of Brokers - Duplicate message add attempt rejected

2011-08-29 Thread Gary Tully
When you get the WARN message, it is expected that the stats are wrong because the store should not be getting duplicates. At the point that the store recognizes the duplicate, the stats and cursors may have already processed the message. The producerAudit should eliminate the duplicates at an ear