Groups > Weblogic > WebLogic Java Message Service > Re: Configure JMS Resources on EAR Deploy?




Re: Configure JMS Resources on EAR Deploy?

Re: Configure JMS Resources on EAR Deploy?
Sun, 11 May 2008 18:38:55 -070
Hi

The one that you create/manage via console is called "system resource"
type and the other is called "application" type. 

Depending on what module type you choose, they have different lifecycle and
there are different tools/APIs available for managing them.

A system resource module can be created/managed using console as well as
programmatically using the JMSModuleHelper APIs.

An application module can be created using any standard XML editor (or text
editor) based on JMS module schema or using JSR88 APIs and can be deployed using
console or the weblogic.Deployer command line tool or WLST scripting.

Now,  if oyu would like to create a module partially using console and then
deplloy it as an application type, then once the system resource module file
(-jms.xml)  is created using the console/JMSModuleHelper, copy, modify (every
resource's name, and JNDI name) and deploy as an "application" type
module (as a standalone or part of an EAR).

And btw, the Filestore is an environment resource which is not part of the
module definition and can be created through the console or using JMX APIs.

Please  see the following doc, to get more info on this topic.
http://e-docs.bea.com/wls/docs100/jms_admin/deployjms.html#wp1066339

Thanks
Post Reply
about | contact