users@glassfish.java.net

Re: Problem usning sun-jms-adapter with sun-jms-binding component

From: <glassfish_at_javadesktop.org>
Date: Thu, 17 Jun 2010 03:23:17 PDT

> The issue appears to be fixed in revision 1.9 of the
> SunOneConnectionUrl.java source.
>
> https://jmsjca.dev.java.net/source/browse/jmsjca/jmsjc
> a/sunone/src/java/com/stc/jmsjca/sunone/SunOneConnecti
> onUrl.java?rev=1.10&view=log
>
> Challenge is getting the newest revision of the file.
> Does anyone know the best way to get the newest
> revisions?

If you want the latest version of the source (so you can build it yourself), then the simplest way is to check out the code from cvs.

Instructions at
https://jmsjca.dev.java.net/source/browse/jmsjca/

> 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

Just to clarify, does the code change referred to above fix this problem?

Nigel
[Message sent by forum member 'nigeldeakin']

http://forums.java.net/jive/thread.jspa?messageID=474647