I got it to work. A second look at the code and you will laugh at the 'fix'.
you MUST have an extra character after 'ssljms', I would suggest a '/'.
So my connection looks like the following. Please try and let me know if it works for you.
mq://hostname:port/ssljms/
Just for clarification, these work:
mq://hostname:port/jms
mq://hostname:port/jms/
mq://hostname:port/ssljms/
This does not (do to the way it is coded):
mq://hostname:port/ssljms
[Message sent by forum member 'blackdoorinc']
http://forums.java.net/jive/thread.jspa?messageID=474560