About this task
The Feature Pack for Web 2.0 and Mobile includes the Web
messaging service runtime library and must be installed for the Web
teller application to function.
Procedure
Enable the Web messaging service:
- Log into the administrative console of WebSphere Application
Server.
- Navigate to Servers->Server Types->WebSphere Application
Servers.
- Select current application server.
- Expand Web Container Settings and select Web container
transport chains.
- Select WCInboudDefault transport chain or select transport
chain that corresponds to the Virtual Host you will select during
application installation.
- Select Web Container Inbound Channel.
- Select Custom Properties.
- Click New.
- Enter webmsgenabled for the
name property and true for the value.
- Click Apply.
- Click Save to save the repository
information.
- You can restart the application server now or wait until
after the Configure Service Integration Bus step.
Configure a service integration bus:
Installation
instructions assume stand-alone server installation, instructions
might differ in Network Deployment environment.
- Log into the administrative console of WebSphere Application
Server.
- Navigate to Service integration > Buses.
- Click New.
- Enter the name "thebus". Uncheck the Bus security
checkbox option if possible. Click Next.
- Click Finish on Confirm create bus
panel.
- Click Bus members link under Topology on
the "thebus" detail page.
- Click Add.
- Select the server where you want the application installed
and click Next.
- Keep default for Select type of Message Store panel and
click Next.
- Keep defaults for Configure file store panel and click Next.
- Keep defaults for Tune performance parameters panel and
click Next.
- Click Finish.
- Save changes to repository.
- Restart the application server.
Create a topic connection factory:
- Log into the administrative console of WebSphere Application
Server.
- Navigate to Resources->JMS->Topic connection
factories.
- Select scope. A server level scope is sufficient.
- Click New.
- Select Default messaging provider and click OK.
- Enter WebTellerTopicConn for name,
jms/QuotePublish for JNDI name, and thebus for Bus name.
- Keep defaults for the rest of the fields.
- Click Apply
- Click Save to save the repository
information.
Note: you should restart the WebSphere
Application Server to make the changes above effect.