Hi Badrys
does the fact of specifying a JMS destination in
services.xml create a physical Destination (a Java Object that I can access
from a java code) ?  and if it's the case can you tell me how to do it ?
Yes, if your JMS provider supports this. (e.g. ActiveMQ) This would create a JMS Queue with a name same as that of the service, and you should be able to access this using JNDI from Javacode outside

asankha

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to