Throttling Incoming Messages from MQ

View: New views
2 Messages — Rating Filter:   Alert me  

Throttling Incoming Messages from MQ

by Trond Kvarenes-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

In my application, it receives messages from websphere MQ. But if the queue sends say 1000 messages at a time,
it should not consume all the messages and process it. In turn, it needs to throttle the number of incoming messages
to allow only 10 messages at a time.

Is there any way to handle this in Mule?

Thanks,
Vaithi

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: Throttling Incoming Messages from MQ

by Andrew Perepelytsya :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Set the number of consumers for jms connector to 10.

HTH,
Andrew