corrupt journal records found in activemq

2017-07-20 Thread Prashant Katti
I am using ActiveMQ 5.13.3. Why do Journal records get corrupted? I want to understand what are the scenarios when journals get corrupted? Any insights would be helpful. -- View this message in context:

Re: Activemq Master dying without errors.

2017-07-20 Thread Prashant Katti
Thanks for the response Tim. The logging has been enabled with "debug" level. :( Still don't see that error. mq is running with 16GB of JVM *# Set jvm memory configuration (minimal/maximum amount of memory) ACTIVEMQ_OPTS_MEMORY="-Xms8G -Xmx16G"* [mule@lxp0172 kahadb]$ netstat -nap | grep 8161

Activemq Master dying without errors.

2017-07-20 Thread Prashant Katti
| main Did anyone faced same issue? Any help is highly appreciated. Thanks, Prashant -- View this message in context: http://activemq.2283324.n4.nabble.com/Activemq-Master-dying-without-errors-tp4728716.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Inactivity Monitor

2014-01-02 Thread Prashant
and Client side. quot;xbhanu [via ActiveMQ]quot; lt;ml-node+s2283324n4675926...@n4.nabble.comgt; 01/02/2014 05:17 PM To Prashant Kumar41/India/IBM@IBMIN, cc Subject Re: Inactivity Monitor So, I were to increase it this would require me to specify maxInactivityDuration

Re: Help for small customization

2013-08-06 Thread Prashant
Thanks. We are considering upgrade to 5.8.0. Are there any potential risk associated with upgrade? Or any precautions we need to take while upgrading to 5.8.0? -- View this message in context: http://activemq.2283324.n4.nabble.com/Help-for-small-customization-tp4668853p4670114.html Sent from

Re: Help for small customization

2013-07-31 Thread Prashant
We are using version 5.4.3(apache-activemq-5.4.3) -- View this message in context: http://activemq.2283324.n4.nabble.com/Help-for-small-customization-tp4668853p4669906.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Help for small customization

2013-07-04 Thread Prashant
Hi, Thanks for quick reply. Our destination name is not more than 40 characters. I tried to use form:text but the JSP page(message.jsp) failed to get rendered. So I removed it. In which tag I should make length=80? I tried to increase the width of select tag using select id=queue style=width:

Help for small customization

2013-07-03 Thread Prashant
I am facing a small problem. Names of queues we are using are very big in length like com.ibm.biztalk.jnbridge.DataResponse.We have many such big length named queues. So when we try to move a message sent to ActiveMQ.DLQ back to our queue having big name length using 'Move' Message action, the

Getting Session Close error

2013-06-10 Thread Prashant
We are getting The Session is closed error in JMS client code. How to fix this? Error Trace: javax.jms.IllegalStateException: The Session is closed at org.apache.activemq.ActiveMQSession.checkClosed(ActiveMQSession.java:722) at

Getting 'java.net.SocketException' in ActiveMQ logs frequently

2013-04-23 Thread Prashant
We are frequently getting 'java.net.SocketException' in ActiveMQ logs. Aftr that the number of consumer becomes 0 and message becomes pending. java.net.SocketException: Connection reset | org.apache.activemq.broker.TransportConnection.Transport | ActiveMQ Transport: tcp:///10.51.19.88:2855 Our

Consumer is failing to consume big message(150) MB.

2013-04-02 Thread Prashant
I will describe the situation: Our Producer program is creating message of huge size(150) MB. We can see the message getting enqueued. Then our consumer tries to consume that message, but it fails to pull this message from activemq queue. But activemq shows that message was dequeued. We have

Re: Consumer is failing to consume big message(150) MB.

2013-04-02 Thread Prashant
Hi, Thanks for quick response. We are not facing this issue for messages of smaller sizes say 2 MB. We are facing the issue only when message size is considerably big(150 MB). Also, we have not specified prefetch limit implicitly, so it must be taking default value. But then why we are not facing