Page 1 of 1

MSMQ and notification

Posted: Thu Jan 05, 2017 1:42 pm
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.

Re: MSMQ and notification

Posted: Mon Jan 09, 2017 4:41 pm
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.