Jason Pell
unread,Oct 24, 2012, 3:53:26 AM10/24/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jetla...@googlegroups.com
Hi,
Does jetlang support delivery of a message to a single multi-threaded consumer?
What I want is to have only one consumer receive a message - basically like PTP JMS?
If I subscribe one consumer and post multiple messages and a message takes a longer time to process, then the messages will not be processed until the long running consumer process is finished.
What I really want is to have multiple consumers registered but have only one of these consumers receive the message? if a a consumer is currently processing a message I want a different consumer to pick this message off the queue.
Either multiple instances of a fiber, or the same fiber multi threaded.
Anything like this?