Re: Publish and Subscribe

2008-01-19 Thread Rob Davies
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

Publish and Subscribe

2008-01-18 Thread DavidShaw
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