Appendix B. Provider Endpoint Properties


B.1. Common Properties

Attributes

The attributes described in Table B.1, “Common Provider Endpoint Property Attributes” can be used on all elements used to configure a provider endpoint.
Table B.1. Common Provider Endpoint Property Attributes
AttributeTypeDescriptionRequired
connectionFactorystringSpecifies a reference to the bean which configure the connection factory to be used by the endpoint.yes
deliveryModeintSpecifies the JMS delivery mode.no (defaults to persistent)
destinationNamestringSpecifies the JNDI name of the destination used to send messages.no
endpointstringSpecifies the endpoint name of the proxied endpoint.yes
explicitQosEnabledbooleanSpecifies if the JMS messages have the specified properties explicitly applied.no (defaults to false)
interfaceNameQNameSpecifies the interface name of the proxied endpoint.no
jms102booleanSpecifies if the provider is to be JMS 1.0.2 compatible.no (defaults to false)
messageIdEnabledbooleanSpecifies if JMS message IDs are enabled.no (defaults to true)
messageTimeStampEnabledbooleanSpecifies if JMS messages are time stamped.no (defaults to true)
priorityintSpecifies the priority assigned to the JMS messages.no (defaults to 4)
pubSubDomainbooleanSpecifies if the destination is a topic.no (defaults to false
pubSubNoLocalbooleanSpecifies if messages published by the listener's Connection are suppressed.no (defaults to false)
recieveTimeoutlongSpecifies the timeout for receiving a message in milliseconds.no (defaults to unlimited)
replyDestinationNamestringSpecifies the JNDI name of the destination used to receive messages.no
serviceQNameSpecifies the service name of the proxied endpoint.yes
statelessbooleanSpecifies if the consumer retains state information about the message exchange while it is in process.no (defaults to false)
timeToLivelongSpecifies the number of milliseconds the message is valid.no (defaults to unlimited)

Beans

The elements described in Table B.2, “Common Provider Endpoint Property Beans” can be used on all elements used to configure a JMS provider endpoint.
Table B.2. Common Provider Endpoint Property Beans
ElementTypeDescriptionRequired
destinationDestinationSpecifies the JMS destination used to send messages.no
destinationChooserDestinationChooserSpecifies a class implementing logic for choosing the JMS destinations.no (defaults to SimpleDestinationChooser)
destinationResolverDestinationResolverSpecifies a class implementing logic for converting strings into destination IDs.no (defaults to DynamicDestinationResolver)
marshalerJmsProviderMarshalerSpecifies the class implementing the message marshaler.no (defaults to DefaultProviderMarshaler or JmsSoapProviderMarshaler)
replyDestinationDestinationSpecifies the JMS destination used to receive messages.no
replyDestinationChooserDestinationChooserSpecifies a class implementing logic for choosing the destination used to receive replies.no (defaults to SimpleDestinationChooser)
storeFactoryStoreFactorySpecifies the factory class used to create the data store for state information.no (defaults to MemoryStoreFactory)
storeStoreSpecifies the data store used to store state information.no
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.