Managing messaging with a third-party non-JCA messaging provider
We can configure WebSphere Application Server to use a third-party non-JCA messaging provider. We might want to do this, for example, if we have existing investments. We can configure any third-party non-JCA messaging provider that supports the JMS Version 1.1 unified connection factory.
For messaging between application servers, perhaps with some interaction with a WebSphere MQ system, we can use the default messaging provider. To integrate WebSphere Application Server messaging into a predominately WebSphere MQ network, we can use the WebSphere MQ messaging provider. We can also use a third-party messaging provider as described in this topic. To choose the provider that is best suited to the needs, see Choose a messaging provider.
To work with message-driven beans, the third-party non-JCA messaging provider must include Application Server Facility (ASF), an optional feature that is part of the JMS Version 1.1 specification.
To administer a third-party non-JCA messaging provider, you use the client supplied by the third party. Use administrative console to administer the connection factories and destinations that are within WebSphere Application Server, but we cannot use the administrative console to administer the JMS provider itself, or any of its resources that are outside of WAS.
In a mixed-version WebSphere Application Server deployment manager cell, we can administer third-party messaging resources on Version 8, Version 7 and Version 6 nodes.
- Define a third-party non-JCA messaging provider.
- List JMS resources for a third-party non-JCA messaging provider.
- Configure JMS resources for a third-party non-JCA messaging provider.
Subtopics
- Define a third-party non-JCA messaging provider
Use this task to define a third-party non-JCA messaging provider to WebSphere Application Server. We might want to do this, for example, if we have existing investments.
- Listing JMS resources for a third-party non-JCA messaging provider
Use the WAS administrative console to list JMS resources for a third party non-JCA messaging provider.
- Configure JMS resources for a third-party non-JCA messaging provider
Use this task to configure the JMS connection factories and destinations for a third-party non-JCA messaging provider.
Related tasks
Manage messaging with a third-party JCA 1.5 or 1.6-compliant messaging provider