I see where you’re getting at, I don’t think there is an easy way to start over initializing the bus. But isn’t your role instance recycling on this exception? Or are you running in the shared host?
I need to check with the team for the multi bus support per host process.
On May 13, 2014 at 12:44AM IDT Adam Tybor <adam....@gmail.com> wrote:
If we hande it there, is there anyway to re-initialize the bus or the
transport? My assumption is this error gets thrown in the Transport, then
the transport basically shuts down so I am not sure if we could actually do
anything with the exception now that I think about it.
Are their any plans to actually make NSB lightweight so we can spin it up
and shut it down safely in an appdomain, or run multiple buses in an
appdomain?
Adam
On May 10, 2014 at 01:55PM IDT Yves Goeleven <yv...@goeleven.com> wrote:
I would have expected to get MessagingEntityAlreadyExistsException in this
case and not the base MessagingException, but I'll add a check for
transient MessagingException's (Issue 137)
You can always catch any unhandled exception by registering on the
AppDomain.Current.UnhandledException event and handle it in there.
[[59cd8fa9b4c8a5b719fe306c71af8fc2ff7a2fb8-233373292]]--
You received this message because you are subscribed to the Google Groups "Particular Software" group.
To unsubscribe from this group and stop receiving emails from it, send an email to particularsoftw...@googlegroups.com.
To post to this group, send email to particula...@googlegroups.com.
Visit this group at http://groups.google.com/group/particularsoftware.
To view this discussion on the web visit https://groups.google.com/d/msgid/particularsoftware/0c249de2-bc11-4795-9385-128b95bd83d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to particularsoftware+unsub...@googlegroups.com.
To post to this group, send email to particula...@googlegroups.com.
Visit this group at http://groups.google.com/group/particularsoftware.
To view this discussion on the web visit https://groups.google.com/d/msgid/particularsoftware/0c249de2-bc11-4795-9385-128b95bd83d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
[[59cd8fa9b4c8a5b719fe306c71af8fc2ff7a2fb8-233373292]]