cancel
Showing results for 
Search instead for 
Did you mean: 

Sender JMS Channel Error

Former Member
0 Kudos

Hi all,

I have been facing with this problem with sender JMS channel, any pointers as to where can be the solution for it

The error details are as follows

JMS and XI identifiers for the message are ID:414d512056515933444e41575445202048aa8802235bad01 and a2d32e30-7aae-11dd-ae1c-001125cc0c0c respectively. The JMS adapter will rollback the database and JMS session transactions. If the session is transacted, the message is not lost and will be retried later. The exception stack trace is java.lang.Exception

at com.sap.aii.af.service.jms.WorkerJMSReceiver.onMessage(WorkerJMSReceiver.java:963)

at com.ibm.mq.jms.MQMessageConsumer.receiveAsyncQ(MQMessageConsumer.java:2539)

at com.ibm.mq.jms.MQMessageConsumer.receiveAsync(MQMessageConsumer.java:4262)

...

Messages are not being placed in the Queue. the Queues are newly created is there something which has been missed out during the creation of the Queues

Rgds

Aditya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Aditya

Try this way:

1. uncheck JMS transactional session check box in JMS sender communication channel.

2. Once it is done, insert new message in JMS queue.

Thanks

Sai

Former Member
0 Kudos

Helpful answer

Rgds

Aditya