Re: Apollo MQ : when sending messages in transaction, producers count keeps increasing

2013-08-28 Thread Namrata Patel
Ya, sorry missed the screenshots. *apollo_broker_queues_producers.JPG* - Queue producers list that shows are still connected. And after some 233268 producers, it stops accepting messages For test file, I would like to help you with a test file, but I am PHP user and looks like it might take me a

Re: Apollo MQ : when sending messages in transaction, producers count keeps increasing

2013-08-28 Thread Christian Posta
The PHP should be fine. Will take another look as time permits. Thanks! On Wednesday, August 28, 2013, Namrata Patel wrote: Ya, sorry missed the screenshots. *apollo_broker_queues_producers.JPG* - Queue producers list that shows are still connected. And after some 233268 producers, it stops

Cannot browse messages from queue (web ui, activemq-admin and client)

2013-08-28 Thread skate06
Hello, I am not able to browse messages from a specific queue on ActiveMQ. I can see that there are pending messages on the summary screen but I am not able to view the messages. I have tried various options like browsing from the web UI, using activemq-admin and even writing a simple JMS program

Re: Cannot browse messages from queue (web ui, activemq-admin and client)

2013-08-28 Thread Timothy Bish
On 08/28/2013 11:57 AM, skate06 wrote: Hello, I am not able to browse messages from a specific queue on ActiveMQ. I can see that there are pending messages on the summary screen but I am not able to view the messages. I have tried various options like browsing from the web UI, using

Inconsistent exception messages.

2013-08-28 Thread Paul Gale
ActiveMQ 5.8.0 on RHEL 6.1 connecting w/STOMP 1.2. I have noticed that the exception messages that can be returned via an ERROR frame can vary in format for the same exception type depending on where in the source it originated. In my STOMP client I parse out the message header of the ERROR

Re: Is it possible to connect with anonymous user through mqtt+nio connector

2013-08-28 Thread tcarlyle
By the way, I was wondering how can subscribe via mqtt to an activemq topic which was created with a forward slash on its name. I understand that forward slashs are special characters in mqtt and as per activemq mqtt support the / will be converted to .. However, in my case, I need to connect to

Clients not receiving ResourceAllocationException in transacted sessions

2013-08-28 Thread joa...@mnemonic.no
Hi all. I am fairly new to ActiveMQ, having used SwiftMQ for a long time. However, I am stuck with a problem which I think may be a bug, unless I have seriously misread some documentation... so any suggestions are welcome! Short environment description: Producers are sending messages to a topic,

Re: Clients not receiving ResourceAllocationException in transacted sessions

2013-08-28 Thread Christian Posta
Maybe set an exception listener on the connection and see if you get it there? http://activemq.apache.org/maven/apidocs/org/apache/activemq/ActiveMQConnection.html#setExceptionListener(javax.jms.ExceptionListener) On Wed, Aug 28, 2013 at 12:38 PM, joa...@mnemonic.no joa...@mnemonic.nowrote:

Re: Master/Slave: Message Hoarding

2013-08-28 Thread Les Hazlewood
bump. Could someone take a peek at this again and see if they have any ideas? (we tried prefetch size = 0 on the client connection URL, and that didn't change anything) Thanks! Les On Mon, Jul 22, 2013 at 7:10 PM, stormtrooper her...@stormpath.com wrote: Hello all, Using ActiveMQ 5.8.0 we

AMQ 5.4 - 5.8 network broker

2013-08-28 Thread rena
Hi, we have a central server with a broker and a consumer and a lot of client with local broker connected to the server with network connector. We use version 5.4.0, all works great, but we have to upgrade to 5.8.0. Now problems begin: - if i upgrade server and client together to 5.8.0 all works,

Re: AMQ 5.4 - 5.8 network broker

2013-08-28 Thread Christian Posta
For network of brokers, version backward compatibilities are not guaranteed. There are definitely changes in how the brokers communicate with each other across versions. Unfortunately, in your network of brokers, your best bet is to upgrade all. On Wed, Aug 28, 2013 at 6:59 AM, rena

Re: Please Help Me..

2013-08-28 Thread Jinglong Wang
thank u Tully i have seen the test case before,but it not point to the producer how to get the all of consumers' amount with consumed the message. in our project, cusumers subcribe the topics, producer dont know cusumers had been subcribed and concumed the message. I need to ensure all