That makes sense.  The worker now runs without any errors, but it's
not receiving any messages.  Is there further configuration I'll need
to do to aloow the worker to access the queue on the publisher
machine?  I've set the permissions wide-open on the publisher queues
to ensure there's no issue there.

I can see the worker on my machine send the following:
[4252] ENC: DEBUG Rhino.ServiceBus.Msmq.MsmqTransport [(null)] Send
message Rhino.ServiceBus.Messages.AddSubscription to Uri:
msmq://WEBSERVERNAME/testrhino

But when I look in testrh...@subscriptions on the webserver, it is
empty.  What step am I missing?

On Jun 9, 9:47 am, Corey Kaylor <[email protected]> wrote:
> The bus formats the uri appropriately so your configuration should look
> similar to the following.
>
> <bus threadCount="1"
>            numberOfRetries="5"
>            
> endpoint="msmq://localhost/servicename_queue_that_is_the_subscriber"
>              />
>       <messages>
>         <add name="Namespace.Of.Message"
>              
> endpoint="msmq://computername_that_is_the_publisher/queuename_that_will_rec 
> eive_the_subscription"/>

-- 
You received this message because you are subscribed to the Google Groups 
"Rhino Tools Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rhino-tools-dev?hl=en.

Reply via email to