Re: PageFile is not loaded when recreating queue

2014-03-18 Thread khandelwalanuj
It was weird. This time it worked, i don;t know how, but I have same conclusion: Since clients are connected so, they will recreate the queue after deletion. But Sometimes new queue will apear without this symbol of yellow color as shown in below image, only in this case communication is broker

Re: Queue Subscriber Mbeans

2014-03-18 Thread khandelwalanuj
Can anyone explain this ? -- View this message in context: http://activemq.2283324.n4.nabble.com/Queue-Subscriber-Mbeans-tp4679026p4679166.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ admin command to delete and create queue/topic

2014-03-18 Thread khandelwalanuj
Any comments ? -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-admin-command-to-delete-and-create-queue-topic-tp4679072p4679165.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Purged queue does not delete message on it

2014-03-18 Thread khandelwalanuj
any comments ? -- View this message in context: http://activemq.2283324.n4.nabble.com/Issue-with-queue-purging-tp4678945p4679167.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Slow consumer message purging

2014-03-18 Thread khandelwalanuj
any comments ? Thanks, Anuj -- View this message in context: http://activemq.2283324.n4.nabble.com/Slow-consumer-message-purging-tp4679024p4679168.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ consumer not getting removed

2014-03-18 Thread khandelwalanuj
Hey, I saw some configurations in ActiveMQConnectionFactory and FailoverTransport like initialReconnectDelay backOffMultiplier maxReconnectAttempts useExponentialBackOff. If we cannot stop client in above case than atleast we can create delay after each reconnect. I found that if a client is

Re: [APOLLO] Client uses heart-beat:0,0 - server answers with heart-beat:100,1000

2014-03-18 Thread Raphael Seebacher
Hi Michael This behaviour is correct according to the STOMP 1.2 specification [1]: Both the client and the server do only state what they are able to do (first unsigned int) and what they would like the remote to do (second unsigned int). The actual heart-beating is then determined based on

test post, could someone please reply to this so I know I am properly subscribed

2014-03-18 Thread mqadmin44
Hello I subscribed to this forum and also to the mailing list. I need to know if I am properly subscribed or not to the mailing list (I send multiple confirmations) Could someone please do a quick reply to this post so that I know I am properly subscribed and can participate in discussions?

Re: test post, could someone please reply to this so I know I am properly subscribed

2014-03-18 Thread Howard W. Smith, Jr.
Success. :-) On Mar 18, 2014 11:49 AM, mqadmin44 joynnyjo...@yahoo.com wrote: Hello I subscribed to this forum and also to the mailing list. I need to know if I am properly subscribed or not to the mailing list (I send multiple confirmations) Could someone please do a quick reply to this

Re: ActiveMQ consumers stop accepting messages

2014-03-18 Thread davery
Follow up in case anyone else finds this thread. Based on empirical data, the broker stopped dispatching messages to the consumer due to a time sync/TTL issue. The consumer was correctly waiting in the apr_socket_recv() method. I found that if the broker and consumer (on separate machines) had

Re: ActiveMQ consumers stop accepting messages

2014-03-18 Thread Timothy Bish
On 03/18/2014 01:26 PM, davery wrote: Follow up in case anyone else finds this thread. Based on empirical data, the broker stopped dispatching messages to the consumer due to a time sync/TTL issue. The consumer was correctly waiting in the apr_socket_recv() method. I found that if the broker

Re: Same message redelivered to multiple consumers after failover

2014-03-18 Thread gregg
Issue can be reproduced without debugger by using thread.sleep in the listener. I created a Jira entry: *AMQ-5107* /In-flight queue message redelivered to multiple listeners upon broker shutdown/ Description lists updated listener code that pauses for one minute during consumption. All help is

JDBC access to KahaDB

2014-03-18 Thread mqadmin44
Is there a way for my application to perform JDBC calls to receive messages? Also, if so, is there a way I can turn that off? -- View this message in context: http://activemq.2283324.n4.nabble.com/JDBC-access-to-KahaDB-tp4679178.html Sent from the ActiveMQ - User mailing list archive at

JMS to JMS Bridge

2014-03-18 Thread Chris Odom
I have configure a JMS to JMS bridge with out issue. When turning on jaas with in the broker: plugins jaasAuthenticationPlugin configuration=karaf / /plugins Which is the simple auth using the users.properties files. And configuring my jmsQueueConnector with attributes

Re: JMS to JMS Bridge

2014-03-18 Thread artnaseef
The JMS bridge connects into the broker like a client. See the localUsername and localPassword settings. http://activemq.apache.org/jms-to-jms-bridge.html -- View this message in context: http://activemq.2283324.n4.nabble.com/JMS-to-JMS-Bridge-tp4679181p4679182.html Sent from the ActiveMQ -

Re: Same message redelivered to multiple consumers after failover

2014-03-18 Thread artnaseef
Thanks for the Jira and test code. I'll look at it. -- View this message in context: http://activemq.2283324.n4.nabble.com/Same-message-redelivered-to-multiple-consumers-after-failover-tp4678640p4679184.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: JDBC access to KahaDB

2014-03-18 Thread Richard Kettelerij
No, KahaDB isn't a relational database and doesn't have a JDBC driver. Can you be more specific in want you'd like to accomplish? Regards, Richard http://richardlog.com On Tue, Mar 18, 2014 at 9:40 PM, mqadmin44 joynnyjo...@yahoo.com wrote: Is there a way for my application to perform JDBC

Re: Replicated LevelDB performance problem

2014-03-18 Thread artnaseef
Can you clarify what 100 msg/sec are being measured when the queue is empty - since empty queues pass 0 msgs/sec. Sent from my iPhone On Mar 17, 2014, at 2:31 AM, divine [via ActiveMQ] ml-node+s2283324n4679151...@n4.nabble.com wrote: I hava done some test while using the new feature

Re: ActiveMQ consumer not getting removed

2014-03-18 Thread khandelwalanuj
Please respond !! -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-consumer-not-getting-removed-tp4678812p4679193.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.