Basic Info Page

You can enter a name, description, and destination queue for the IBM MQ Series JMS Adapter on the Basic Info page.

Element Description

What do you want to call your endpoint?

Provide a meaningful name so that others can understand the responsibilities of this connection. You can include English alphabetic characters, numbers, underscores, and dashes in the name. You cannot include the following:
  • Blank spaces (for example, My Inbound Connection)

  • Special characters (for example,  #;83& or righ(t)now4)

  • Multibyte characters

What does this endpoint do?

Enter an optional description of the connection’s responsibilities. For example: This connection receives an inbound request to synchronize account information with the cloud application.

Destination Type

Specify whether the JMS destination is a queue or a topic. A JMS destination (a queue or topic) represents the target of messages that the client produces and the source of messages that the client consumes.
  • Queue: A queue means a message goes to only one possible subscriber.
  • Topic: A topic means a message goes to every subscriber.