|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Bitronix and ActiveMQHello,
When my application connects to the Bitronix provided JMS connection, I get the following error: 13:09:44,512 [org.springframework.jms.listener.DefaultMessageListenerContainer#1-77] INFO DefaultMessageListenerContainer - Setup of JMS message listener invoker failed for destination 'xxx.Queue' - trying to recover. Cause: error enlisting a MessageConsumerWrapper of a DualSessionWrapper in state ACCESSIBLE of a JmsPooledConnection of pool jms/xaConnectionFactory in state ACCESSIBLE with underlying connection ActiveMQConnection {id=ID:XXXX-2283-1257163323393-0:2,clientId=ID:XXXX-2283-1257163323393-1:2,started=true} with 1 opened session(s) What does it mean? And what can I do? Thanks, Gérald --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: Bitronix and ActiveMQWithout the full stack trace it's hard to say what the exact cause is.
I'm guessing that this has to do with the DefaultMessageListenerContainer trying to read messages outside of a transaction context but I would need more details (ie: relevant parts of your spring config) to confirm. 2009/11/2 Gérald Quintana <gerald.quintana@...> Hello, |
|
|
Re: Bitronix and ActiveMQExactly!
I didn"t use the transaction-manager attribute in the Spring Integration message-driven-channel-adapter element. Well, for my defense I would say that Spring Integration reference is not that clear about it. Thanks for your help Ludovic, it's very valuable as usual. Gérald 2009/11/2 Ludovic Orban <ludovic.orban@...>: > Without the full stack trace it's hard to say what the exact cause is. > > I'm guessing that this has to do with the DefaultMessageListenerContainer > trying to read messages outside of a transaction context but I would need > more details (ie: relevant parts of your spring config) to confirm. > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Free embeddable forum powered by Nabble | Forum Help |