Search

30.4.3. JCA Inbound Configuration

download PDF
The inbound configuration should again remain unchanged. This controls what forwards messages onto MDBs. It is possible to override properties on the MDB by adding an activation configuration to the MDB itself. This could be used to configure the MDB to consume from a different server.
The inbound configuration also defines additional properties in addition to the global configuration properties.
Table 30.3. Inbound Configuration Properties
Property Name Property Type Property Description
Destination String JNDI name of the destination
DestinationType String type of the destination, either javax.jms.Queue or javax.jms.Topic (default is javax.jms.Queue)
AcknowledgeMode String The Acknowledgment mode, either Auto-acknowledge or Dups-ok-acknowledge (default is Auto-acknowledge). AUTO_ACKNOWLEDGE and DUPS_OK_ACKNOWLEDGE are acceptable values.
MaxSession Integer Maximum number of session created by this inbound configuration (default is 15)
MessageSelector String the message selector of the consumer
SubscriptionDurability String Type of the subscription, either Durable or NonDurable
SubscriptionName String Name of the subscription
TransactionTimeout Long The transaction timeout in milliseconds (default is 0, the transaction does not timeout)
UseJNDI Boolean Whether or not use JNDI to look up the destination (default is true)
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.