connection.createSession hangs up

2009-06-16 Thread Robert Schultz
So I have an ActiveMQ server working just great. I can connect to it via python and send and receive messages over topics, no problems. But now I'm trying to create a Java program that will consume messages. Whenever it gets to connection.createSession the program hangs up forever. The code: Act

Cannot rollback() inside an XASession

2009-06-16 Thread stevenmaring
I'm trying to use ActiveMQ with XA and a Spring configuration. I'm now at the point where DefaultMessageListenerContainer seems to be confusing local and global transactions ... 12:37:58,173 WARN PooledSession:112 - Caught exception trying rollback() when putting session back into the pool: jav

How to set classpaths in production use (using the wrapper)

2009-06-16 Thread bmap2
Hi AMQ-users. I have spent quite a while trying to figure out how to modify the classpath used by activemq when starting it with the wrapper residing in the directory $ACTIVEMQ_HOME/bin/linux-x86-32 (FUSE 5.3.0.2). (I tried using bin/activemq-admin start to start the broker as a daemon, but it did

ActiveMQ Exceptions

2009-06-16 Thread marc2112
Hey Folks- I'm seeing a couple of flavors of exceptions fairly frequently in my JMS consumer. Any ideas on how to resolve or what impact they are causing? The first flavor is this: 09:46:21,777 ERROR [pool-3-thread-5] [] - Error redispatching unconsumed messages from stale session java.lang.Nu

TTM Security Plugin

2009-06-16 Thread Theo Bot
Hello, Does anybody know how to secure the ActiveMQ webconsole using the TTM ( www.ttmsolutions.com) Security Plugin? -- Kind regards Theo Bot Network Management Engineer Tel: +31653965698 e-mail: theo@proxy.nl Website: http://www.proxy.nl LinkedIn: http://www.linkedin.com/in/theobot

Re: CMS & MapMessage

2009-06-16 Thread Timothy Bish
On Tue, 2009-06-16 at 04:34 -0700, NewWay wrote: > I've downloaded the activemq-cpp-30 and used it for a CPP consumer that > receives messages sent by a java producer that uses JBM, I used > stompConnect. > > when I send a text message it works without problems, but now I tried to > send a MapMess

AMQ stops after few days running successfully

2009-06-16 Thread Raj_New
I am using AMQ5.2 through embedded broker in my application. activeMQ file has the db2 type 4 driver. After running fine for few days, I get following error on console. To make my application work again I have to restart my application. Is there any way by which AMQ will come up automatically afte

CMS & MapMessage

2009-06-16 Thread NewWay
I've downloaded the activemq-cpp-30 and used it for a CPP consumer that receives messages sent by a java producer that uses JBM, I used stompConnect. when I send a text message it works without problems, but now I tried to send a MapMessage and I see that it is referenced as a TextMessage. So I

Multiple consumers, message sent but not consumed

2009-06-16 Thread akbar.gadhiya
Hi, I am using activemq-5.1. ActiveMQ is embedded in my spring project. I have 1 producer and 5 consumers in the application. When I started performing load test for the application, after few hours I noticed that one consumer stopped processing messages and this happen with all five consumers. I

SV: Re: Queues reappear after being deleted

2009-06-16 Thread bmap2
> > I have been using fuse message broker 5.3.0.2 for two weeks now and I > > am really happy with it. > > > > But if I delete a queue using the console, it reappears after stopping > > and restarting the broker. How do I make queues go away permanently? > > Not sure if this is the right way of