Search code examples
jmsadaptermessage-queuefusionoracle-fusion-middleware

Can we consume multiple message from JMS queue by single read?


I only want to call my JMS Adapter once, and in return I want maximum of 100 messages to be returned in response. Is it even possible ?

I am using 12C of Fusion middleware.

Please any points will be very helpful.


Solution

  • Unfortunately, This is not Possible. JMS is not very rich in functionality and can read only one message at a time.

    This is the basic behavior of JMS at least till the 12C Version.

    In fusion, Oracle might enhance it.