You can follow the steps similar to :
http://blogs.sun.com/JagadishPrasath/entry/creating_jdbc_connection_pool_resource#4_Creating_Connection_Pool__Resource
When you create a destination-resource, you will see a
"administred-object-resource" in domain.xml
Similarly when you create a connection factory, you will see a
"connector-connection-pool" and "connector-resource" in domain.xml
Using the above blog as sample :
DomainConfig.createConnectorConnectionPoolConfig
DomainConfig.createConnectorResourceConfig
DomainConfig.createAdminResourceObjectConfig
methods should help you to create the destination-resource and ccp,
connector-resource.
On Mon, 2008-08-18 at 09:24 +0200, Aurelien wrote:
> I'm use Glassfish V2 b58g.
>
> I've not found a methode to create a new JmsResource
> with AMX api, then is it possible ??
>
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>