Configuring resources for the default messaging provider
Use the following tasks to configure JMS connection factories, activation specifications, and destinations for the default messaging provider.
About this task
Use these tasks to configure administrative JMS resources provided by the default messaging provider.
These administrative JMS resources are in addition to any temporary JMS destinations created by applications.
Subtopics
Listing JMS resources for the default messaging provider
Use the WebSphere Application Server administrative console to list JMS resources for the default messaging provider, for administrative purposes.Configuring JMS resources for point-to-point messaging
Configure connection factories, queues and service integration bus destinations for point-to-point messaging.Configuring JMS resources for publish/subscribe messaging
Use this task to configure a JMS resources for publish/subscribe messaging.Configuring a unified connection factory for the default messaging provider
Use this task to configure a unified JMS connection factory for applications that use the JMS 1.1 domain-independent (unified) interfaces.Configuring a queue connection factory for the default messaging provider
Use this task to configure a JMS queue connection factory for point-to-point messaging with the default messaging provider. This is intended more for backwards compatibility, as described in section 1.5 of the JMS 1.1 specification.Configuring a topic connection factory for the default messaging provider
Use this task to configure a JMS topic connection factory for publish/subscribe messaging with the default messaging provider. This is intended more for backwards compatibility, as described in section 1.5 of the JMS 1.1 specification.Configuring a queue for the default messaging provider
Use this task to configure a JMS queue for point-to-point messaging with the default messaging provider.Configuring a topic for the default messaging provider
Use this task to configure a JMS topic for publish/subscribe messaging with the default messaging provider.Configuring an activation specification for the default messaging provider
Configure a JMS activation specification to enable a message-driven bean to communicate with the default messaging provider.Deleting JMS resources for the default messaging provider
Use this task with the WebSphere Application Server administrative console to delete JMS resources.Configuring JMS connection factory properties for durable subscriptions
Use this task to configure durable subscription properties of JMS connection factories for use by enterprise beans with the default messaging provider.Configuring shared non-durable subscriptions for a connection factory
Use this task to configure the Share non-durable subscriptions option; an attribute of the connection factory that clients use to connect to the bus.Configuring JMS activation specification properties for durable subscriptions
Use this task to configure durable subscription properties of JMS activation specifications for use by message-driven beans with the default messaging provider.Configuring shared non-durable subscriptions for an activation specification
Use this task to configure the Share non-durable subscriptions option; an attribute of the JMS activation specifications that message-driven beans use with the default messaging provider.Enabling a provider to stream messages to cloned durable subscriptions
Use this task to enable a provider to stream messages to consumers ahead of their message requests. This is most often used by publish/subscribe consumers to provide a performance enhancement.Enabling CMP entity beans and messaging engine data stores to share database connections
Use this task to enable container-managed persistence (CMP) entity beans to share the database connections used by the data store of a messaging engine. Performing this task has been estimated to provide a potential performance improvement of 15% for overall message throughput, but can only be used for entity beans connected to the application server that contains the messaging engine.Configuring a connection to a non-default bootstrap server
A bootstrap server is an application server running in the same cell, specifically the same core group, as the service integration bus.Protecting an MDB application from system resource problems
You can configure the system so that if there is a problem with a dependent external system resource, the enterprise application is stopped before messages are moved unnecessarily to an exception destination. This configuration also handles occasional problems with messages without blocking the enterprise application.Sample JMS 1.1 application client
If you are new to JMS 1.1 application client programming, you can use this example code as a starting-point for developing your client application.


File name: tjn0000_.html