Hi,
I'm totally new to JMS and glassfish, so please excuse my noobness.
I'm trying to setup the genericjmsra in glassfish to handle messaging
to a sun message queue that is running outside the container (possibly
on another box).
My question is this: where do I specify the physical destination, in
other words how/where do I point to the external queue?
Is it in the following step?
asadmin create-admin-object --raname genericra --restype
javax.jms.Queue --property DestinationProperties=Name\\=clientQueue
jms/clientQueue
is Name the external jms queue's name?
Thank you,
Timothy Spring