Hi Bart,
Broker JMS and Broker Messaging are 2 different concepts.
Broker JMS : Broker JMS follows JMS 1.1 Specification mechanism (cross check if its updated to 1.2)
Broker Messaging : Broker messaging is webMethods proprietary messaging mechanism
In normal scenario I have not come across broker trigger subscribing to jms messages. You need to write a jms trigger for that.
There is small exception for PRT messages, you can use “pub.prt.jms:send” to encode an IS document into a JMS message which would kick off your business process. (have not tried this though)
Probably you can do some research on this method. Go through page 63 of ‘7-1-1_Process_Engine_Users_Guide.pdf’
Regards,
Sumit
#Integration-Server-and-ESB#Universal-Messaging-Broker#webMethods#Broker-JMS