Size Limitation for tx.**tmp file

2013-12-19 Thread Sophia Wright
Hi, As discussed http://activemq.2283324.n4.nabble.com/jira-Created-AMQ-4267-Huge-tx-tmp-file-in-the-kahadb-directory-td4662065.html#a4675449 This tmp files gets created when a transaction size has more than 10 MB of messages and got deleted as soon as I commit or rollback the transaction. Is th

BlobMessage and authentication

2013-12-19 Thread adrian
I'm able to use BlobMessage to transfer large files, but run into a problem if the 'out of band' mechanism requires authentication. For example, when I send a BlobMessage with url = "http://fileserver:8080/bigFile.dat"; I can read the input stream at the consumer end just fine. When the http serve

Re: ActiveMQ 5.9.0 What's the matter?

2013-12-19 Thread Gary Tully
that is a bug, you need the activemq-jms-pool jar on your classpath, that should be part of activemq-all I have raised https://issues.apache.org/jira/browse/AMQ-4946 to track this. On 19 December 2013 03:54, localtyrant wrote: > I am upgrading AcitveMQ from 5.8.0 to 5.9.0. I have replaced the ol

ActiveMQ 5.9.0 What's the matter?

2013-12-19 Thread localtyrant
I am upgrading AcitveMQ from 5.8.0 to 5.9.0. I have replaced the old jars to activemq-all-5.9.0.jar. And this my spring configuration: When I ran the old project,I got the exception: java.lang.ClassNotFoundException: org.apache.activemq.jms.pool.PooledConnectionFactory I chec

remove DLQ message

2013-12-19 Thread damon
Can I setup the expiration for the DLQ? I want to keep the DLQ message for a period, but don't want to keep them all the time. -- View this message in context: http://activemq.2283324.n4.nabble.com/remove-DLQ-message-tp4675686.html Sent from the ActiveMQ - User mailing list archive at Nabble.

my inbound MDB is losing connection with MQ 5.8 (queue)

2013-12-19 Thread kunal
My inbound MDB (Java) is losing connection with queue. using Apache MQ 5.8 . Giving me below error. Please help me in it. INSERT1 :- 0 | INSERT2 :- 0 | INSERT3 :- com.ibm.mq.jmqi.JmqiException[CC=2;RC=2009] | RETURNCODE :- 2009 | THROWABLE :- ExceptionDepth is 3 | THR

Re: Very slow producer

2013-12-19 Thread Gary Tully
are you caching connections? If you enable trace level logging for the broker you can see what is going in for those 2 seconds. On 18 December 2013 18:27, rostom wrote: > I have recently started working with ActiveMQ (v5.9). The performance I am > seeing with my producer is extremely slow and wa