Versions Compared

Key

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

Container support

Here are the configurations that currently support DataSource or Resource configuration:

...

  • Note that c.r means cargo.resource
  • Note that if you specify a property marked do not set you will get a CargoException.

Property

Purpose

Valid Values

Mandatory?

c.r.id

The ID for the JNDI entry of this JMS resource

ID used in configuration files, if not specified an identifier is created using the nameoptional

c.r.name

The path to this JMS resource in JNDI

Any JNDI path, like jms/cf/MyCf or jms/cf/MyQueue

mandatory

c.r.type

Interface of the object

Any JNDI path, like javax.jms.ConnectionFactory or javax.jms.Queue

mandatory

c.r.parameters

Properties to to populate the class with

Semi-colon delimited string; must correspond to setters

optional

...