3 Replies Latest reply on Sep 17, 2007 6:58 AM by timfox

    MessageSucker transation not supported in 1.4.0.CR1

    bartvh

      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?