To make the Parlay X Multimedia Messaging over MM7 Web
service implementation ready for use, configure a primary server (and
optionally, a secondary backend) using the TWSS Administration Console.
Before you begin
You must have completed the following steps:
- Completed the initial installation and configuration for TWSS
base components and Web service implementations,
which includes running the First Steps configuration script
- Started WebSphere® Application Server,
version 7.0.0.7 or 6.1.0.29
- Started the deployment manager, node agents, and application servers
where you have deployed the EAR file for this Web service implementation
About this task
Complete the following steps to configure Parlay X Multimedia Messaging over MM7:
- Log in to the Integrated Solutions Console:
- Open a browser and navigate to the following
URL: https://host_name:port/ibm/console.
Where:
- host_name is the fully qualified host name
of the server where the application or the network deployment manager
is deployed.
- port is the secured port used to access the
console. The default port is 9043.
Note: The default unsecured port is 9060.
If you use 9060, you must have "http" instead of "https" in the URL.
- Enter an administrator user ID and password. (Omit the password if security is
not enabled.)
- Click Log in.
- Open the TWSS Administration Console.
- Create a new primary backend for MMS:
- In the Navigation pane, click .
- Click MMS Backends.
- Click New to create a new primary
backend.
- Type primary_backend_name in the Name and Value fields. This value must not use any special characters or contain spaces.
- Click Add.
- Assign the connection properties to the primary backend:
- Click primary_backend_name.
- Type the value for the Host name. This is the host name for the backend server.
- Type the value for the Port. This value is the port on which the primary backend is running,
for example 9080.
- Type the user name to access the backend server in the System
ID field.
- Type the password for the user name in the Password field.
- Type the maximum size for messages that are sent to
the backend server in the Max Message Size field. The messages will be segmented if they are larger than the defined
value. Set the value to zero to prevent segmentation. The recommended
value is 260.
- Type the maximum size for a single target to be sent
to the backend server in the Max Targets Size field. The default value is 255.
- In the Confirmed Delivery field,
select false.
- In the Message Encoding field,
select MMSC_Default_Encldoing to define the encoding
type.
- Click OK.
- Optionally, create a new secondary backend:
- Click MMS Backends.
- Click New to create a new secondary
backend.
- Type secondary_backend_name for
the name for the server where the application will attempt to send
the messages if the primary server is not available. This
value must not use any special characters or contain spaces.
- Click Add.
- Assign the connection properties to the secondary backend:
- Click secondary_backend_name.
- Type the value for the Host name. This is the host name for the backend server.
- Type the value for the Port. This value is the port on which the secondary backend is running,
for example 9080.
- Type the user name to access the backend server in the System
ID field.
- Type the password for the user name in the Password field.
- Type the maximum size for messages that are sent to
the backend server in the Max Message Size field. The messages will be segmented if they are larger than the defined
value. Set the value to zero to prevent segmentation. The recommended
value is 260.
- Type the maximum size for a single target to be sent
to the backend server in the Max Targets Size field. The default value is 255.
- In the Confirmed Delivery field,
select false.
- In the Message Encoding field,
select MMSC_Default_Encldoing to define the encoding
type.
- Click OK.
- Define the MMS Alias:
- Click MMS Alias Details.
- Click New.
- In the Name field, type default.
- Click Add.
- Click default and verify that
the alias is configured to communicate with the correct primary and
secondary backend servers.
- Click Save to
save changes to the master configuration.
Results
In
conjunction with defining an alias, you can use policies to establish
message priorities. Different aliases represent different accounts
that are created in the Multimedia Message Service Center (MMSC).
Each account has a different priority and uses a unique user ID and
password for the backend. Other details, such as the IP address and
port number, are the same for all accounts.
Set the following
policies to invoke priority:
- service.custom.priorityEnabled
- For each alias you defined, set to true to
enable priority checking.
- service.custom.requestPriorty
- For each alias, set a priority value. 1 is
the alias with the highest priority.
- service.config.messaging.target.Aliases
- Supply a list of aliases to use for routing traffic to different
MMSCs.
- service.config.messaging.target.Ranges
- Supply a list of target URI ranges.
Note: TWSS supports address URIs that use the following
schemes only: tel:, sip:, sips:, short:.
For more information, refer to the topic Default
service policies for Parlay X Multimedia Messaging over MM7.