이 콘텐츠는 선택한 언어로 제공되지 않습니다.
11.18. Using Your Own Messaging Provider
To use your own messaging provider, modify the corresponding section in the
jboss-esb.xml file to refer to it. Here is an example:
<providers>
<jms-provider name="CallbackQueue-JMS-Provider"
connection-factory="ConnectionFactory">
<jms-bus busid="jBPMCallbackBus">
<jms-message-filter dest-type="QUEUE"
dest-name="queue/CallbackQueue" />
</jms-bus>
</jms-provider>
</providers>