What you describe sounds just like normal publish/subscribe - am I
missing something?
On Jan 18, 2008, at 7:51 PM, DavidShaw wrote:
I've been looking at creating a topic that would support "publish and
subscribe". To be specific, I want to create a topic, and when I
send
I've been looking at creating a queue that would support "publish and
subscribe". To be specific, I want to create a queue/topic, and when I send
a given message to it, multiple consumers that subsequently pull from the
queue will get that message, one copy per consumer.
Clie