users@glassfish.java.net

Re: sun-resources.xml

From: Sivakumar Thyagarajan <Sivakumar.Thyagarajan_at_Sun.COM>
Date: Wed, 14 Nov 2007 14:56:53 +0530

> I'd like to figure out how to create physical queues on the MQ rather than
just the connectors and interfaces.
>
> Maybe the queue objects themselves can't be created from Glassfish since they
reside within the Sun Message Queue?


That is correct. Since the physical destinations resides in the broker [Open
MQ], sun-resoruces dtd does not provide a mechanism to allow physical
destination definitions. So, this has to be out-of-band, unfortunately. If the
destinations do not have special config properties, you can just create the
destination resource and on first use of that resource, the destination is
automatically created in the broker
http://docs.sun.com/app/docs/doc/819-3659/6n5s6m5cf?a=view#beaoj

Thanks
--Siva.

glassfish_at_javadesktop.org wrote:
> Here's a sample of what I've done (below).
>
> I'd like to figure out how to create physical queues on the MQ rather than just the connectors and interfaces.
>