Hi,
I successfully rewrite the bpel-bpe example delivered in the ServiceMix
3.0.M2 package, by using the service-jms component intead of the JMS
lightweight component.
I would like now to use the JORAM JMS implementation instead of the
ActiveMQ implementation for the servicemix-jms component.
Thanks to Charles Souillard for it previous work which allows me to work
successfuly some examples.
Nevertheless, I not able to rewrite the bpel-bpe example to run it
successfuly on this JMS implementation.
Indeed, I don't know how to specify the target service for the bpel
response.
It seems in the bpel-bpe example, that the response of the loanbroker is
sent to the "demo.org.servicemix.output" Queue.
How the NMR knows that the destination is the
"demo.org.servicemix.output" Queue ?
It seems is due to the using of
MultiplexingRequestor.newInstance(factory, inQueue, outQueue) in the
JMSClient. Is it correct ?
How can I do with another JMS implementation than ActiveMQ ?
Is it a way to specify this destination in a configuration file ?
Thanks in advance for any help.
Hélène Joanin.