Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The global-services tag is used to define the location of service definition files. This tag has the following two attributes:

Attribute NameRequired?Description
loaderYThe loader referenced from the resource loader definitions.
locationYSpecifies the location that the resource-loader will use inside itself to load the resource.

...

The service-groups tag is used to define the location of the service group definition files. This tag has the following two attributes:

Attribute NameRequired?Description
loaderYThe loader referenced from the resource loader definitions.
locationYSpecifies the location that the resource-loader will use inside itself to load the resource.

ECAs

...

This service-ecas tag is used to define the location of the service event condition action definition files. This tag has the following two attributes:

Attribute NameRequired?Description
loaderYThe loader referenced from the resource loader definitions.
locationYSpecifies the location that the resource-loader will use inside itself to load the resource.

JMS

...

The tag jms-service defines service locations for JMS services.

Attribute NameRequired?Description
nameYThe name of the JMS service, used as the location in service definitions.
send-modeYThe mode which to send the defined servers (below) can be: none, all, first-available, random, round-robin, or least-load.

The jms-service tag includes one or more server tags that contain the following attributes:

Attribute NameRequired?Description
jndi-server-nameYThe name of the JNDI server defined in the jndiservers.xml.
jndi-nameYThe name in JNDI for the JMS Factory.
topic-queueYThe name of the topic or queue.
typeYThe JMS type can be either topic or queue.
usernameYuser name used to connect to the topic/queue.
passwordYpassword used to connect to the topic/queue.
listenYtrue/false to enable listening on this queue/topic.

...