Associating a queue with an e-mail listener can speed up
the sequential processing of incoming e-mails, especially when they
are arriving in high volume. You can configure the JMS queues for IBM® WebSphere® Application Server, and associate
the queues with listeners.
Procedure
- Start the WebSphere Application
Server.
- Launch Microsoft Internet
Explorer and open the WebSphere administrative
console by typing the following URL:
http://<machine_name>:<port_number>/ibm/console
For
example, type a URL like the following URL:
http://localhost:9060/ibm/console
- At the Welcome screen, enter your User ID then click Log
in.
- If necessary, create the MAXIMOSERVER application server:
- In the navigation pane, first, click Servers,
then Application Servers, and then select New. Ensure that the application node is ctgNode01.
- In the Server name field, enter MAXIMOSERVER,
and then click Next.
- Click Next to accept the default
server template.
- Verify that the Generate Unique Ports check
box is selected and click Next.
- From Confirm new server, click Finish.
- Save the changes to the master configuration.
- Change the MAXIMOSERVER JVM heap size properties:
- In the navigation pane, click Servers and
then select Application Servers.
- Click MAXIMOSERVER.
- In the Server Infrastructure section, click Process
Definition in the Java™ and
Process Management section.
- In Additional Properties, click Java Virtual
Machine.
- Set the Initial Heap Size to 1536 for
a 32 Bit JVM and to 4096 for a 64 Bit JVM.
- Set the Maximum Heap size to 1536 for
a 32 Bit JVM and to 4096 for a 64 Bit JVM.
- Click OK and then click Save.
- To start the MAXIMOSERVER, click Servers and
then clickApplication Servers. Select MAXIMOSERVER and
click Start.
- Click Service Integration and then
click Buses.
- In the Buses window, click New.
- To add a new service integration bus:
- Type a text description of the new bus in the Name field.
For example, lsnrjmsbus.
- Clear the Secure check box. If
you leave this box checked, lsnrjmsbus inherits the Global Security
setting of the cell.
- In the High message threshold field,
change the value to a minimum value of 500,000 messages.
- Accept all other default settings.
- Click Next and then click Finish.
- Click Save to extend the JMS bus
setup to the cluster configuration.
- Confirm that the build completed screen displays the following
message:
Bus name, for example, lsnrjmsbus.
Auto-generated, unique ID (UUID), for example, 4BCAC78E15820FED.
The Secure field is unchecked.
High Message Threshold field has a minimum value of 500,000.