1

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.

Vinoth Krishnan
  • 2,925
  • 6
  • 29
  • 34
Bharat
  • 750
  • 1
  • 9
  • 20

1 Answers1

1

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.

Bharat.IBM
  • 38
  • 6