I am using beta 3.
My custom JMS
transport needs to get the endpoint URL that was specified from the client. How
do I do that?
I thought this would
work but I think I am way off base because it doesn't:
In the client,
specify an endpointURL of "jms://jndiQCFName/jndiQName" by using
call.setTargetEndpointAddress().
In my
JMSTransport.setupMessageContextImpl, get MessageContext.TRANS_URL property and
decode the url.
Unfortunately,
MessageContext.TRANS_URL property does not contain the URL that the client used.
It is null.
Does anyone know
where I am wrong in my assumptions and what the correct way to do this
is?
Thanks for any
help.
Rick
Fishman
