﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Programming / Service Broker  / SQL server Service Broker -- Reading same Message by multiple Users in the queue / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Mon, 17 Jun 2013 23:34:20 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: SQL server Service Broker -- Reading same Message by multiple Users in the queue</title><link>http://www.sqlservercentral.com/Forums/Topic856617-1281-1.aspx</link><description>Hi everybody,I'm just starting with ServiceBroker and i'm looking for a solution to following problem:Is there a possibility, to create a new Service / Queue while a user login to the database? I need to send a message to this new connection if changes happens. How can I attach this to the existing conversations like described from RBarryYoung?Thanks in advance.</description><pubDate>Tue, 06 Dec 2011 05:31:19 GMT</pubDate><dc:creator>Peter Wollenweber</dc:creator></item><item><title>RE: SQL server Service Broker -- Reading same Message by multiple Users in the queue</title><link>http://www.sqlservercentral.com/Forums/Topic856617-1281-1.aspx</link><description>Technically, yes, multiple users can "[i]read[/i]" the same message, but this trick lacks queuing delivery and synchronization control and is almost certainly not what you want.If you want "guaranteed multiple delivery" to multiple receivers, then no that is not built-in to Service Broker, but it is not hard to implement it yourself.  You have to first make three new copies of your delivery queue and attach your three receivers each to one of these.  then you need to use your original delivery queue as an intermediate queue and service it with an activation procedure that receives a new message and then sends three copies of it, one to each of the new delivery queues.  Finally, the receive-copy-send(x3) sequence of the intermediate activation procedure needs to be wrapped in a transaction to insure the multiple-delivery feature.</description><pubDate>Tue, 02 Feb 2010 06:19:31 GMT</pubDate><dc:creator>RBarryYoung</dc:creator></item><item><title>SQL server Service Broker -- Reading same Message by multiple Users in the queue</title><link>http://www.sqlservercentral.com/Forums/Topic856617-1281-1.aspx</link><description>SQL server Service Broker -- Reading same Message by multiple Users in the queueCan a message in a queue can be read by multiple users?I have an Admin Role.Created three users with Admin Role.I m inserting a message into the queue. Is it possible to make the message read by all the three users?</description><pubDate>Sat, 30 Jan 2010 04:15:07 GMT</pubDate><dc:creator>deepakkn</dc:creator></item></channel></rss>