Configure resources for the default messaging provider
Configure JMS connection factories, activation specifications, and destinations for the default messaging provider.
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.
- List JMS resources.
- Configure a unified connection factory.
- Configure a queue connection factory.
- Configure a topic connection factory.
- Configure a queue.
- Configure a topic.
- Configure an activation specification.
Subtopics
- List JMS resources for the default messaging provider
- Configure JMS resources for point-to-point messaging
- Configure JMS resources for publish/subscribe messaging
- Configure a unified connection factory for the default messaging provider
- Configure a queue connection factory for the default messaging provider
- Configure a topic connection factory for the default messaging provider
- Configure a queue for the default messaging provider
- Configure a topic for the default messaging provider
- Configure an activation specification for the default messaging provider
- Delete JMS resources for the default messaging provider
- Configure JMS connection factory properties for durable subscriptions
- Configure shared non-durable subscriptions for a connection factory
- Configure JMS activation specification properties for durable subscriptions
- Configure shared non-durable subscriptions for an activation specification
- Enable a provider to stream messages to cloned durable subscriptions
- Enable CMP entity beans and messaging engine data stores to share database connections
- Configure a connection to a non-default bootstrap server
- Protecting an MDB application from system resource problems
- Sample JMS 1.1 application client