Details
Description
This catch seems to work. I know its hacky matching on string but there is not an exception Id.
catch (Exception ex1)
{
if(ex1.Message.Equals("java.lang.SecurityException : User name or password is invalid.\n"))
}
would love to get involved - will modify approach to suit, re patches, etc... just wanted to get this in to get ball rolling.
Attachments
Issue Links
- relates to
-
AMQNET-361 ActiveMQ Client should attempt to create NMS exceptions for Broker ExceptionResponse commands that contains exceptions
- Resolved