Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.7K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
Throttling in SOA for MQ adapter

Prasanna G
Member Posts: 96 Blue Ribbon
Hi,
I have requirement to throttle the messages coming from MQ. This works great working with JMS. But with MQ, I dont find a relevant property.
Requirement - Read one message from queue with a delay of 10 seconds
JMS properties to be added in composite.xml -
<property name="minimumDelayBetweenMessages">10000</property>
<property name="adapter.jms.receive.threads">1</property>
For JMS, above properties work like magic.
But I dont have a clue on the corresponding properties for MQ.
I read about InboundThreadCount adapter property for MQ, but it doesnt allow to provide a delay/wait between messages.
Appreciate your help.
This discussion has been closed.