MSMQ and notification

Discussions related to SoftPro Select Server development.

Moderator: Phil Barton

Post Reply
robertoedwards
Posts: 23
Joined: Wed Feb 27, 2013 8:07 pm

MSMQ and notification

Post by robertoedwards »

I have been working on this for a while.

I have a queue created on the server. I then pass that name to SoftPro when I register for that notification.

<Subscriptions xmlns="http://schemas.softprocorp.com/select/n ... ng/2008/04">
<Subscription event="C4EDBD4F-F11D-4C48-BE08-8C105181F5C9">
<Filter />
<Transform />
<Delivery>msmq</Delivery>
<Address>\\nves4\private$\NVEAPP</Address>
<Guaranteed>true</Guaranteed>
</Subscription>
</Subscriptions>

When SoftPro tries to send out a notification, it gets an error:

It's not letting me paste this, but the text is: Deliver attempt failed. Error: Invalid queue path name.
BobRichards
Posts: 1376
Joined: Wed Jan 15, 2014 3:50 pm
Location: Raleigh, NC
Contact:

Re: MSMQ and notification

Post by BobRichards »

Have you ever succeeded in getting an an MSMQ message transferred in your network -- with a diagnostic tool perhaps? The address formats that I see on Google lead me to the thought that you should remove the leading "\\" characters from the "<Address>" element.

Let me know if that helps.
Bob Richards, Senior Software Developer, SoftPro
Post Reply