Attribute | Type | Description |
---|
defaultMep | xs:string | |
defaultOperation | xs:QName | |
destinationStyle | xs:string | Used to select the destination type used with the jmsProviderDestinationName.
Can be queue or topic . |
endpoint | xs:string | |
initialContextFactory | xs:string | The class name of the JNDI InitialContextFactory to use. |
interfaceName | xs:QName | |
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 . |
roleAsString | xs:string | |
rollbackOnError | xs:boolean | |
service | xs:QName | |
soap | xs:boolean | |
soapVersion | xs:string | |
synchronous | xs:boolean | For a JCA consumer endpoint, indicates if the JBI exchange
should be sent synchronously or asynchronously.
This changes the transaction boundary. |
targetEndpoint | xs:string | |
targetInterfaceName | xs:QName | |
targetService | xs:QName | |
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. |