Show TOC

 Defining SonicMQ JMS Provider SettingsLocate this document in the navigation structure

Use

Make specifications for the JMS provider SonicMQ.

Prerequisites
  • You are configuring a JMS adapter.
  • The default values on the interface relate to SonicMQ 3.0.
Procedure
  1. Enter the Topic/QueueConnectionFactory Java Class.

    This is the SonicMQ implementation of the Topic/QueueConnectionFactory.

    The adapter uses a Topic/QueueConnectionFactory object to generate Topic/QueueConnection objects of a JMS provider.

  2. Enter the Queue/Topic Java Class.

    A queue object encapsulates a provider-specific queue name. This enables a client to make the queue JMS API methods known.

  3. Enter the IP Address or Server Name of the machine on which the JMS provider is running.

    If this is a local machine, the value is localhost.

  4. Specify the Server Port.
  5. Determine whether you want to use a topic or a queue as the JMS destination, then perform one of the following substeps:
    • To use a queue, enter the JMS Queue/Topic.
    • To use a topic, perform the following substeps:
      1. Select Enable Topic Support
      2. Enter the JMS Queue/Topic.
      3. Enter the Subscription ID (Only for sender channel configuration).