简体   繁体   中英

Oracle Publish/Subscribe using Topic

I'm facing some problems using Oracle JMS Adapter. I have a Bpel process that is publishing a message on a topic queue using JMS Adapter, this is working, the problem is on subscribing this message. I have two BPM process that is subscribing from this queue but only one is taking the message. I'm using the same JMS Adapter for the two process.

I've removed the BPM process that was working and left only the other that was not subscribing and it could subscribe. My question is:

How can I make this two BPM process subscribe from the topic together? Everything is working properly since with one process it works.

I needed to create two JMS Adapter, after that everething worked.

I also put at Oracle Community: enter link description here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM