[rabbitmq-discuss] rabbitmq tx.commit problem

Emile Joubert emile at rabbitmq.com
Tue Apr 23 13:45:47 BST 2013


On 23/04/13 13:16, Hyperion wrote:

> {amqp_error,precondition_failed,"channel is not transactional",'tx.commit'}

The channel needs to be in transactional mode before you can use
transactions. You get this error if you fail to set the channel up for
transactions first.

> We use spring-amqp

According to the Spring-AMQP reference documentation you need to set the
 channelTransacted flag.



-Emile







More information about the rabbitmq-discuss mailing list