Hi
i am trying to use the builtin services to receive the JMS message from the Topic. To use the pub.jms:Receive service we have to give the Consumer as input. To create Consumer i am using pub.jms:createConsumer flow service. The inputs given to this service are ConnectionAliasName as JMS Connection alias name, Destination name as the Destination lookup name and destinationType as Topic. but it is giving me the following error.
[ISS.0134.9049] Active Consumer services do not support transactions at this time.
the transaction type selected for JMS connection alias is XA_TRANSACTION. whenever i tried it with LOCAL or NO TRANSACTION, the connection didnt get enabled.
Thanks,
anilellendula.