Re: Session is not getting closed

2015-03-19 Thread suganya
Broker version : 5.4.3 Code written for session creation and closing, ActiveMQConnectionFactory connectionFactory = new ActiveMQConnectionFactory("tcp://1.2.3.4:61616"); connection = connectionFactory.createConnection(); connection.start(); Session session = connection.createSession(false, Session

Re: Session is not getting closed

2015-03-19 Thread suganya
Yes, opened sessions are getting closed properly. But if session creation and closing are happening simultaneously exception is thrown. -- View this message in context: http://activemq.2283324.n4.nabble.com/Session-is-not-getting-closed-tp4693402p4693447.html Sent from the ActiveMQ - User maili

Session is not getting closed

2015-03-18 Thread suganya
Hi, We have written code to close session and consumer, but it is not getting closed when the sessions are opened and tried to closed at the same time.Also one of the behavior was the close calls were not throwing any exceptions . We are using Individual Acknowledgement and for business requiremen

Discrepancy in message counts

2015-03-09 Thread suganya
Hi, There is a count mismatch between a queue we have hosted and a queue which is populated upon processing the messages from that queue,there were some pending messages in the queue before restarting the broker. Also we use another broker which points to a different data folder which is populate

Discrepancy in message counts

2015-03-09 Thread suganya
We are developing a product which carries out all the transaction in activeMQ . we have q1 & q2 hosted in a broker and q3 in two brokers(Master/Slave configuration). Our product reads messages from q1 broker b1 and populates the same in q3 broker 2 .Now after some of the messages are enqueued into

Dequeued count is greater than enqueued count

2015-03-09 Thread suganya
Hi, There is a count mismatch between a queue we have hosted and a queue which is populated upon processing the messages from that queue,there were some pending messages in the queue before restarting the broker. Also we use another broker which points to a different data folder which is populated