[jboss-user] [JBoss Messaging] - MessageSucker transation not supported in 1.4.0.CR1
bartvh
do-not-reply at jboss.com
Thu Aug 16 04:50:33 EDT 2007
The setup:
- two clustered jboss 4.2.1.GA nodes,
- a clustered topic with a durable subscriber on each node
- a remote client using clustered connection factory.
When the client starts posting messages on the topic, the first node (probably the one the connection factory created a connection to) starts processing messages alright, but the second node only prints out the following (several times):ERROR [MessageSucker] Failed to forward message
| javax.transaction.NotSupportedException
| at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.begin(BaseTransaction.java:79)
| at com.arjuna.ats.jbossatx.BaseTransactionManagerDelegate.begin(BaseTransactionManagerDelegate.java:77)
| at org.jboss.messaging.core.impl.clusterconnection.MessageSucker.onMessage(MessageSucker.java:256)
| at org.jboss.jms.client.container.ClientConsumer.callOnMessage(ClientConsumer.java:157)
| at org.jboss.jms.client.container.ClientConsumer$ListenerRunner.run(ClientConsumer.java:941)
| at EDU.oswego.cs.dl.util.concurrent.QueuedExecutor$RunLoop.run(QueuedExecutor.java:89)
| at java.lang.Thread.run(Thread.java:595)
I do think I followed all the steps to install jbm in the jboss AS. Anyone else saw this?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074734#4074734
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074734
More information about the jboss-user
mailing list