Re: Point-to-Point versus Pub/Sub
Posted By:
Anonymous
Posted On:
Wednesday, April 10, 2002 05:28 AM
When you register two client receivers on the same queue, only one of them will receive the message. This can be very useful for clustering, this way you can have multiple machines working independantly and emptying the same queue without causing conflicts.