Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

QoS issue with OSB publish to JMS business service

Prashant AmrutkarMar 11 2015 — edited Mar 12 2015

Hi,

1. I have a http OSB proxy service which is publishing an audit message to a JMS queue through OSB business service.

MainProxyService (http) --> Publish (best-effort) --> AuditBusinessService (JMS) --> Audit Queue

2. I want 'Publish to JMS business service' to be a non-blocking call so that proxy service message flow can continue. Transaction support is disabled in proxy service as well as in JMS connection factory.

3. As default value of QoS (quality of service) for publish action is best-effort, ideally proxy service should continue its message flow immediately after dispatching the message to publish action and it should not block the main proxy flow.

4. But in my case, proxy service is blocking the message flow until the message is delivered to JMS business service/JMS queue. This is degrading performance of my application.

5. I think default 'best-effort' QoS is not working with JMS business service as there is a significant time lag between publish action and its next subsequent action.

6. If I replace the JMS business service with HTTP business service, then it seems to be a non-blocking call and message flow immediately proceeds to next actions.


Correct me if I am going wrong anywhere or my understanding is wrong.

Many thanks.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 8 2015
Added on Mar 11 2015
0 comments
627 views