| Attribute | Type | Description |
|---|
| destinationStyle | xs:string | Used to select the destination type used with the jmsProviderDestinationName.
Can be queue or topic. |
| initialContextFactory | xs:string | The class name of the JNDI InitialContextFactory to use. |
| jmsProviderDestinationName | xs:string | The name of the destination create by a call to
Session.createQueue or Session.createTopic.
This property is used when destination and
jndiDestinationName are
both null. |
| jndiConnectionFactoryName | xs:string | The name of the JMS ConnectionFactory to lookup in JNDI.
Used if connectionFactory is null |
| jndiDestinationName | xs:string | The name of the JMS Destination to lookup in JNDI.
Used if destination is null. |
| jndiProviderURL | xs:string | The provider URL used to create the JNDI context. |
| needJavaIdentifiers | xs:boolean | |
| processorName | xs:string | Specifies the processor family to use for this endpoint.
Can be:
multiplexing (default)
standard
jca
|
| role | xs:string | The role of this endpoint.
Must be consumer or provider. |
| rollbackOnError | xs:boolean | |
| synchronous | xs:boolean | For a JCA consumer endpoint, indicates if the JBI exchange
should be sent synchronously or asynchronously.
This changes the transaction boundary. |
| useMsgIdInResponse | xs:boolean | Determines whether for a request/response pattern, the message id of the request message
should be used as the correlation id in the response or the correlation id of the request. |