简体   繁体   English

使用主题的Oracle发布/订阅

[英]Oracle Publish/Subscribe using Topic

I'm facing some problems using Oracle JMS Adapter. 使用Oracle JMS适配器时遇到一些问题。 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. 我有一个Bpel进程,正在使用JMS适配器在主题队列上发布消息,这正在工作,问题在于订阅此消息。 I have two BPM process that is subscribing from this queue but only one is taking the message. 我有两个BPM流程正在从该队列中订阅,但是只有一个正在接收消息。 I'm using the same JMS Adapter for the two process. 我在两个过程中使用相同的JMS适配器。

I've removed the BPM process that was working and left only the other that was not subscribing and it could subscribe. 我删除了正在运行的BPM流程,只剩下另一个未订阅的流程,它可以订阅。 My question is: 我的问题是:

How can I make this two BPM process subscribe from the topic together? 我如何才能使这两个BPM流程从主题一起订阅? Everything is working properly since with one process it works. 一切正常,因为只有一个过程可以工作。

I needed to create two JMS Adapter, after that everething worked. 在一切正常之后,我需要创建两个JMS适配器。

I also put at Oracle Community: enter link description here 我也放在Oracle Community: 在此处输入链接描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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