"clebert.suconic(a)jboss.com" wrote :
| Well... I wouldn't consider checking for getClientID an operation...
|
The JMS javadoc talks about actions on the connection:
"If a client sets the client identifier explicitly, it must do so immediately after
it creates the connection and before any other action on the connection is taken. After
this point, setting the client identifier is a programming error that should throw an
IllegalStateException."
getClientID() is certainly an action on the connection, I don't think you can argue it
is not.
Therefore it seems pretty clear to me the JORAM test is invalid
anonymous wrote :
| Ah... BTW... connection.start() is not setting the just created..
|
Well, that would be a different problem. The fix is trivial for that though.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055753#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...