Deploying an enterprise application to use EJB 2.0 message-driven beans
with listener ports >
Operating Systems: i5/OS
Personalize the table of contents and search results
Create a new listener port
Use this task to create a new listener port for the message listener
service, so that message-driven beans can be associated with the port to retrieve
messages.
Overview
Although you can continue to deploy an EJB 2.0 message-driven bean
against a listener port (as in WebSphere Application Server V5), you
are recommended to deploy such beans as JCA 1.5-compliant resources and to
upgrade them to be EJB 2.1 message-driven beans.
If you want to deploy
an enterprise application to use EJB 2.0 message-driven beans with listener
ports, use this task to create a new listener port for a message-driven bean
to retrieve messages from.
To create a new listener port, use the administrative
console to complete the following steps:
Procedure
- Display the collection list of listener ports:
- In the navigation pane, select Servers
> Application Servers.
- In the content pane, click the name of the application server.
- Under Communications, click Messaging
> Message Listener Service.
- Click Listener Ports.
- Click New.
- Specify the following required properties:
- Name
-
The name by which the listener port is known for administrative purposes.
- Connection factory JNDI name
-
The JNDI name for the JMS connection factory to be used by the listener
port; for example, jms/connFactory1
- Destination JNDI name
-
The JNDI name for the destination to be used by the listener port; for
example, jms/destn1.
- Optional: Change other properties for the listener port, according to your
needs.
- Click OK.
- Save your changes to the master configuration.
- To have the changed configuration take effect, stop then restart
the application server.
Results
If enabled, the listener port is started automatically when a message-driven
bean associated with that port is installed.
}
Related tasks
Configuring a listener port
Starting a listener port
Stopping a listener port
Configuring message listener resources for message-driven beansAdministering listener ports
Related Reference
Listener port settings
|