This type is a class for model objects.
Application deployment configuration of a JMS Destination. Corresponds with type JMSDestinationResource in the application configuration. @since Java EE 7.
Package: appresources| Attributes Summary | |
| refName : EString | The JNDI name of the JMS destination. |
| interfaceName : EString | The fully-qualified name of the interface of the JMS destination interface. Permitted values are javax.jms.Queue and javax.jms.Topic |
| className : EString | The fully-qualified name of the implementation class of the JMS destination. Ignored if a resource adapter is used unless the resource adapter defines more than one implementation class for the specified interface. |
| resourceAdapter : EString | The name of the resource adapter of the JMS destination. If not specified, the application server will define the default behavior, which may or may not involve the use of a resource adapter. |
| destinationName : EString | The name of the queue or topic of the JMS destination. |
| properties : Property * | The properties of the JMS destination. |
| sources : Contributor + | TBD |
| Attribute Details |