text
stringlengths
65
20k
When you do this, you add trigger (source) and invoke (target) connections to the integration.Create Integrations in Using Integrations in Oracle Integration Generation 2 and Add the IBM MQ Series JMS Adapter Connection to an Integration .4Map data between the trigger connection data structure and the invoke connection data structure.Map Data in Using Integrations in Oracle Integration Generation 2 5(Optional) Create lookups that map the different values used by those applications to identify the same type of object (such as gender codes or country codes).Manage Lookups in Using Integrations in Oracle Integration Generation 2 6Activate the integration.Activate Integrations in Using Integrations in Oracle Integration Generation 2Chapter 1 What Application Version Is Supported?1-2Step Description More Information 7Monitor the integration on the dashboard.Monitor Integrations in Using Integrations in Oracle Integration Generation 2 8Track payload fields in messages during runtime.Assign Business Identifiers for Tracking Fields in Messages and Manage Business Identifiers for Tracking Fields in Messages in Using Integrations in Oracle Integration Generation 2 9Manage errors at the integration level, connection level, or specific integration instance level.Manage Errors in Using Integrations in Oracle Integration Generation 2Chapter 1 Workflow to Create and Add an IBM MQ Series JMS Adapter Connection to an Integration 1-32 Create an IBM MQ Series JMS Adapter Connection A connection is based on an adapter.You define connections to the specific cloud applications that you want to integrate.The following topics describe how to define connections.Topics Prerequisites for Creating a Connection Create a Connection Prerequisites for Creating a Connection You must satisfy the following prerequisites to create a connection with the IBM MQ Series JMS Adapter: Configure the MQ Series queue manager for communication in MQ Explorer: Go to Queue Manager > Properties > Communication and set Channel Auto Definition to Disabled .Go to Channels > Server Connection Channel > Extended and set Sharing Conversation to 0.If you want the queue manager to be authenticated, configure support in the Connection authentication field under the Extended tab in MQ Explorer.If you use the IBM MQ Series JMS Adapter and do not want the connection to be authenticated, the (MQ Admin) user must provide a valid user ID in Queue Manager > Channels > Server Connection Channel > Properties > MCA .If this user is part of the mqm group, the following profile must be set for the two queues of that Queue Manager: ./setmqaut -m QM -n "SYSTEM.ADMIN.COMMAND.QUEUE" -t q -p " USERID " +inq ./setmqaut -m QM -n "SYSTEM.DEFAULT.MODEL.QUEUE" -t q -p "USERID" +inq However, if the user set in MCA does not belong to the mqm group, the following profile must be set for the two queues of that Queue Manager: ./setmqaut -m QM -n "SYSTEM.ADMIN.COMMAND.QUEUE" -t q -p " USERID " +inq +put ./setmqaut -m QM -n "SYSTEM.DEFAULT.MODEL.QUEUE" -t q -p " USERID " +inq +get +dsp Replace USERID with the user ID and QM with the Queue Manager.Create queues and topics in MQ Explorer that you want the IBM MQ Series JMS Adapter to process.2-1To use topics, you must run the following command in the MQ_Install /bin/ directory to point to the location of the MQSC file: .runmqsc Queue_Manager < ../java/bin/MQJMS_PSQ.mqsc For example: cd /opt/mqm/bin .runmqsc ICS_QM < ../java/bin/MQJMS_PSQ.mqsc Install the connectivity agent in an on-premises environment.The agent enables communication between Oracle Integration and the JMS (MQ) Server.See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .
4Map data between the trigger connection data structure and the invoke connection data structure.Map Data in Using Integrations in Oracle Integration Generation 2 5(Optional) Create lookups that map the different values used by those applications to identify the same type of object (such as gender codes or country codes).Manage Lookups in Using Integrations in Oracle Integration Generation 2 6Activate the integration.Activate Integrations in Using Integrations in Oracle Integration Generation 2Chapter 1 What Application Version Is Supported?1-2Step Description More Information 7Monitor the integration on the dashboard.Monitor Integrations in Using Integrations in Oracle Integration Generation 2 8Track payload fields in messages during runtime.Assign Business Identifiers for Tracking Fields in Messages and Manage Business Identifiers for Tracking Fields in Messages in Using Integrations in Oracle Integration Generation 2 9Manage errors at the integration level, connection level, or specific integration instance level.Manage Errors in Using Integrations in Oracle Integration Generation 2Chapter 1 Workflow to Create and Add an IBM MQ Series JMS Adapter Connection to an Integration 1-32 Create an IBM MQ Series JMS Adapter Connection A connection is based on an adapter.You define connections to the specific cloud applications that you want to integrate.The following topics describe how to define connections.Topics Prerequisites for Creating a Connection Create a Connection Prerequisites for Creating a Connection You must satisfy the following prerequisites to create a connection with the IBM MQ Series JMS Adapter: Configure the MQ Series queue manager for communication in MQ Explorer: Go to Queue Manager > Properties > Communication and set Channel Auto Definition to Disabled .Go to Channels > Server Connection Channel > Extended and set Sharing Conversation to 0.If you want the queue manager to be authenticated, configure support in the Connection authentication field under the Extended tab in MQ Explorer.If you use the IBM MQ Series JMS Adapter and do not want the connection to be authenticated, the (MQ Admin) user must provide a valid user ID in Queue Manager > Channels > Server Connection Channel > Properties > MCA .If this user is part of the mqm group, the following profile must be set for the two queues of that Queue Manager: ./setmqaut -m QM -n "SYSTEM.ADMIN.COMMAND.QUEUE" -t q -p " USERID " +inq ./setmqaut -m QM -n "SYSTEM.DEFAULT.MODEL.QUEUE" -t q -p "USERID" +inq However, if the user set in MCA does not belong to the mqm group, the following profile must be set for the two queues of that Queue Manager: ./setmqaut -m QM -n "SYSTEM.ADMIN.COMMAND.QUEUE" -t q -p " USERID " +inq +put ./setmqaut -m QM -n "SYSTEM.DEFAULT.MODEL.QUEUE" -t q -p " USERID " +inq +get +dsp Replace USERID with the user ID and QM with the Queue Manager.Create queues and topics in MQ Explorer that you want the IBM MQ Series JMS Adapter to process.2-1To use topics, you must run the following command in the MQ_Install /bin/ directory to point to the location of the MQSC file: .runmqsc Queue_Manager < ../java/bin/MQJMS_PSQ.mqsc For example: cd /opt/mqm/bin .runmqsc ICS_QM < ../java/bin/MQJMS_PSQ.mqsc Install the connectivity agent in an on-premises environment.The agent enables communication between Oracle Integration and the JMS (MQ) Server.See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .Copy the following MQ JAR files from the MQ_Install_Home /java/lib directory to the Agent_Home /thirdparty/lib directory of the connectivity agent: com.ibm.mq.allclient.jar jms.jar Create a Connection Before you can build an integration, you have to create the connections to the applications with which you want to share data.
Activate Integrations in Using Integrations in Oracle Integration Generation 2Chapter 1 What Application Version Is Supported?1-2Step Description More Information 7Monitor the integration on the dashboard.Monitor Integrations in Using Integrations in Oracle Integration Generation 2 8Track payload fields in messages during runtime.Assign Business Identifiers for Tracking Fields in Messages and Manage Business Identifiers for Tracking Fields in Messages in Using Integrations in Oracle Integration Generation 2 9Manage errors at the integration level, connection level, or specific integration instance level.Manage Errors in Using Integrations in Oracle Integration Generation 2Chapter 1 Workflow to Create and Add an IBM MQ Series JMS Adapter Connection to an Integration 1-32 Create an IBM MQ Series JMS Adapter Connection A connection is based on an adapter.You define connections to the specific cloud applications that you want to integrate.The following topics describe how to define connections.Topics Prerequisites for Creating a Connection Create a Connection Prerequisites for Creating a Connection You must satisfy the following prerequisites to create a connection with the IBM MQ Series JMS Adapter: Configure the MQ Series queue manager for communication in MQ Explorer: Go to Queue Manager > Properties > Communication and set Channel Auto Definition to Disabled .Go to Channels > Server Connection Channel > Extended and set Sharing Conversation to 0.If you want the queue manager to be authenticated, configure support in the Connection authentication field under the Extended tab in MQ Explorer.If you use the IBM MQ Series JMS Adapter and do not want the connection to be authenticated, the (MQ Admin) user must provide a valid user ID in Queue Manager > Channels > Server Connection Channel > Properties > MCA .If this user is part of the mqm group, the following profile must be set for the two queues of that Queue Manager: ./setmqaut -m QM -n "SYSTEM.ADMIN.COMMAND.QUEUE" -t q -p " USERID " +inq ./setmqaut -m QM -n "SYSTEM.DEFAULT.MODEL.QUEUE" -t q -p "USERID" +inq However, if the user set in MCA does not belong to the mqm group, the following profile must be set for the two queues of that Queue Manager: ./setmqaut -m QM -n "SYSTEM.ADMIN.COMMAND.QUEUE" -t q -p " USERID " +inq +put ./setmqaut -m QM -n "SYSTEM.DEFAULT.MODEL.QUEUE" -t q -p " USERID " +inq +get +dsp Replace USERID with the user ID and QM with the Queue Manager.Create queues and topics in MQ Explorer that you want the IBM MQ Series JMS Adapter to process.2-1To use topics, you must run the following command in the MQ_Install /bin/ directory to point to the location of the MQSC file: .runmqsc Queue_Manager < ../java/bin/MQJMS_PSQ.mqsc For example: cd /opt/mqm/bin .runmqsc ICS_QM < ../java/bin/MQJMS_PSQ.mqsc Install the connectivity agent in an on-premises environment.The agent enables communication between Oracle Integration and the JMS (MQ) Server.See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .Copy the following MQ JAR files from the MQ_Install_Home /java/lib directory to the Agent_Home /thirdparty/lib directory of the connectivity agent: com.ibm.mq.allclient.jar jms.jar Create a Connection Before you can build an integration, you have to create the connections to the applications with which you want to share data.To create a connection in Oracle Integration: 1.In the left navigation pane, click Home > Integrations > Connections .
1-2Step Description More Information 7Monitor the integration on the dashboard.Monitor Integrations in Using Integrations in Oracle Integration Generation 2 8Track payload fields in messages during runtime.Assign Business Identifiers for Tracking Fields in Messages and Manage Business Identifiers for Tracking Fields in Messages in Using Integrations in Oracle Integration Generation 2 9Manage errors at the integration level, connection level, or specific integration instance level.Manage Errors in Using Integrations in Oracle Integration Generation 2Chapter 1 Workflow to Create and Add an IBM MQ Series JMS Adapter Connection to an Integration 1-32 Create an IBM MQ Series JMS Adapter Connection A connection is based on an adapter.You define connections to the specific cloud applications that you want to integrate.The following topics describe how to define connections.Topics Prerequisites for Creating a Connection Create a Connection Prerequisites for Creating a Connection You must satisfy the following prerequisites to create a connection with the IBM MQ Series JMS Adapter: Configure the MQ Series queue manager for communication in MQ Explorer: Go to Queue Manager > Properties > Communication and set Channel Auto Definition to Disabled .Go to Channels > Server Connection Channel > Extended and set Sharing Conversation to 0.If you want the queue manager to be authenticated, configure support in the Connection authentication field under the Extended tab in MQ Explorer.If you use the IBM MQ Series JMS Adapter and do not want the connection to be authenticated, the (MQ Admin) user must provide a valid user ID in Queue Manager > Channels > Server Connection Channel > Properties > MCA .If this user is part of the mqm group, the following profile must be set for the two queues of that Queue Manager: ./setmqaut -m QM -n "SYSTEM.ADMIN.COMMAND.QUEUE" -t q -p " USERID " +inq ./setmqaut -m QM -n "SYSTEM.DEFAULT.MODEL.QUEUE" -t q -p "USERID" +inq However, if the user set in MCA does not belong to the mqm group, the following profile must be set for the two queues of that Queue Manager: ./setmqaut -m QM -n "SYSTEM.ADMIN.COMMAND.QUEUE" -t q -p " USERID " +inq +put ./setmqaut -m QM -n "SYSTEM.DEFAULT.MODEL.QUEUE" -t q -p " USERID " +inq +get +dsp Replace USERID with the user ID and QM with the Queue Manager.Create queues and topics in MQ Explorer that you want the IBM MQ Series JMS Adapter to process.2-1To use topics, you must run the following command in the MQ_Install /bin/ directory to point to the location of the MQSC file: .runmqsc Queue_Manager < ../java/bin/MQJMS_PSQ.mqsc For example: cd /opt/mqm/bin .runmqsc ICS_QM < ../java/bin/MQJMS_PSQ.mqsc Install the connectivity agent in an on-premises environment.The agent enables communication between Oracle Integration and the JMS (MQ) Server.See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .Copy the following MQ JAR files from the MQ_Install_Home /java/lib directory to the Agent_Home /thirdparty/lib directory of the connectivity agent: com.ibm.mq.allclient.jar jms.jar Create a Connection Before you can build an integration, you have to create the connections to the applications with which you want to share data.To create a connection in Oracle Integration: 1.In the left navigation pane, click Home > Integrations > Connections .2.Click Create .
You define connections to the specific cloud applications that you want to integrate.The following topics describe how to define connections.Topics Prerequisites for Creating a Connection Create a Connection Prerequisites for Creating a Connection You must satisfy the following prerequisites to create a connection with the IBM MQ Series JMS Adapter: Configure the MQ Series queue manager for communication in MQ Explorer: Go to Queue Manager > Properties > Communication and set Channel Auto Definition to Disabled .Go to Channels > Server Connection Channel > Extended and set Sharing Conversation to 0.If you want the queue manager to be authenticated, configure support in the Connection authentication field under the Extended tab in MQ Explorer.If you use the IBM MQ Series JMS Adapter and do not want the connection to be authenticated, the (MQ Admin) user must provide a valid user ID in Queue Manager > Channels > Server Connection Channel > Properties > MCA .If this user is part of the mqm group, the following profile must be set for the two queues of that Queue Manager: ./setmqaut -m QM -n "SYSTEM.ADMIN.COMMAND.QUEUE" -t q -p " USERID " +inq ./setmqaut -m QM -n "SYSTEM.DEFAULT.MODEL.QUEUE" -t q -p "USERID" +inq However, if the user set in MCA does not belong to the mqm group, the following profile must be set for the two queues of that Queue Manager: ./setmqaut -m QM -n "SYSTEM.ADMIN.COMMAND.QUEUE" -t q -p " USERID " +inq +put ./setmqaut -m QM -n "SYSTEM.DEFAULT.MODEL.QUEUE" -t q -p " USERID " +inq +get +dsp Replace USERID with the user ID and QM with the Queue Manager.Create queues and topics in MQ Explorer that you want the IBM MQ Series JMS Adapter to process.2-1To use topics, you must run the following command in the MQ_Install /bin/ directory to point to the location of the MQSC file: .runmqsc Queue_Manager < ../java/bin/MQJMS_PSQ.mqsc For example: cd /opt/mqm/bin .runmqsc ICS_QM < ../java/bin/MQJMS_PSQ.mqsc Install the connectivity agent in an on-premises environment.The agent enables communication between Oracle Integration and the JMS (MQ) Server.See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .Copy the following MQ JAR files from the MQ_Install_Home /java/lib directory to the Agent_Home /thirdparty/lib directory of the connectivity agent: com.ibm.mq.allclient.jar jms.jar Create a Connection Before you can build an integration, you have to create the connections to the applications with which you want to share data.To create a connection in Oracle Integration: 1.In the left navigation pane, click Home > Integrations > Connections .2.Click Create .Note: You can also create a connection in the integration canvas of: An orchestrated integration (See Define Inbound Triggers and Outbound Invokes.)
The following topics describe how to define connections.Topics Prerequisites for Creating a Connection Create a Connection Prerequisites for Creating a Connection You must satisfy the following prerequisites to create a connection with the IBM MQ Series JMS Adapter: Configure the MQ Series queue manager for communication in MQ Explorer: Go to Queue Manager > Properties > Communication and set Channel Auto Definition to Disabled .Go to Channels > Server Connection Channel > Extended and set Sharing Conversation to 0.If you want the queue manager to be authenticated, configure support in the Connection authentication field under the Extended tab in MQ Explorer.If you use the IBM MQ Series JMS Adapter and do not want the connection to be authenticated, the (MQ Admin) user must provide a valid user ID in Queue Manager > Channels > Server Connection Channel > Properties > MCA .If this user is part of the mqm group, the following profile must be set for the two queues of that Queue Manager: ./setmqaut -m QM -n "SYSTEM.ADMIN.COMMAND.QUEUE" -t q -p " USERID " +inq ./setmqaut -m QM -n "SYSTEM.DEFAULT.MODEL.QUEUE" -t q -p "USERID" +inq However, if the user set in MCA does not belong to the mqm group, the following profile must be set for the two queues of that Queue Manager: ./setmqaut -m QM -n "SYSTEM.ADMIN.COMMAND.QUEUE" -t q -p " USERID " +inq +put ./setmqaut -m QM -n "SYSTEM.DEFAULT.MODEL.QUEUE" -t q -p " USERID " +inq +get +dsp Replace USERID with the user ID and QM with the Queue Manager.Create queues and topics in MQ Explorer that you want the IBM MQ Series JMS Adapter to process.2-1To use topics, you must run the following command in the MQ_Install /bin/ directory to point to the location of the MQSC file: .runmqsc Queue_Manager < ../java/bin/MQJMS_PSQ.mqsc For example: cd /opt/mqm/bin .runmqsc ICS_QM < ../java/bin/MQJMS_PSQ.mqsc Install the connectivity agent in an on-premises environment.The agent enables communication between Oracle Integration and the JMS (MQ) Server.See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .Copy the following MQ JAR files from the MQ_Install_Home /java/lib directory to the Agent_Home /thirdparty/lib directory of the connectivity agent: com.ibm.mq.allclient.jar jms.jar Create a Connection Before you can build an integration, you have to create the connections to the applications with which you want to share data.To create a connection in Oracle Integration: 1.In the left navigation pane, click Home > Integrations > Connections .2.Click Create .Note: You can also create a connection in the integration canvas of: An orchestrated integration (See Define Inbound Triggers and Outbound Invokes.)A basic routing integration (See Add a Trigger (Source) Connection.)
Topics Prerequisites for Creating a Connection Create a Connection Prerequisites for Creating a Connection You must satisfy the following prerequisites to create a connection with the IBM MQ Series JMS Adapter: Configure the MQ Series queue manager for communication in MQ Explorer: Go to Queue Manager > Properties > Communication and set Channel Auto Definition to Disabled .Go to Channels > Server Connection Channel > Extended and set Sharing Conversation to 0.If you want the queue manager to be authenticated, configure support in the Connection authentication field under the Extended tab in MQ Explorer.If you use the IBM MQ Series JMS Adapter and do not want the connection to be authenticated, the (MQ Admin) user must provide a valid user ID in Queue Manager > Channels > Server Connection Channel > Properties > MCA .If this user is part of the mqm group, the following profile must be set for the two queues of that Queue Manager: ./setmqaut -m QM -n "SYSTEM.ADMIN.COMMAND.QUEUE" -t q -p " USERID " +inq ./setmqaut -m QM -n "SYSTEM.DEFAULT.MODEL.QUEUE" -t q -p "USERID" +inq However, if the user set in MCA does not belong to the mqm group, the following profile must be set for the two queues of that Queue Manager: ./setmqaut -m QM -n "SYSTEM.ADMIN.COMMAND.QUEUE" -t q -p " USERID " +inq +put ./setmqaut -m QM -n "SYSTEM.DEFAULT.MODEL.QUEUE" -t q -p " USERID " +inq +get +dsp Replace USERID with the user ID and QM with the Queue Manager.Create queues and topics in MQ Explorer that you want the IBM MQ Series JMS Adapter to process.2-1To use topics, you must run the following command in the MQ_Install /bin/ directory to point to the location of the MQSC file: .runmqsc Queue_Manager < ../java/bin/MQJMS_PSQ.mqsc For example: cd /opt/mqm/bin .runmqsc ICS_QM < ../java/bin/MQJMS_PSQ.mqsc Install the connectivity agent in an on-premises environment.The agent enables communication between Oracle Integration and the JMS (MQ) Server.See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .Copy the following MQ JAR files from the MQ_Install_Home /java/lib directory to the Agent_Home /thirdparty/lib directory of the connectivity agent: com.ibm.mq.allclient.jar jms.jar Create a Connection Before you can build an integration, you have to create the connections to the applications with which you want to share data.To create a connection in Oracle Integration: 1.In the left navigation pane, click Home > Integrations > Connections .2.Click Create .Note: You can also create a connection in the integration canvas of: An orchestrated integration (See Define Inbound Triggers and Outbound Invokes.)A basic routing integration (See Add a Trigger (Source) Connection.)3.In the Create Connection Select Adapter dialog, select the adapter to use for this connection.
Go to Channels > Server Connection Channel > Extended and set Sharing Conversation to 0.If you want the queue manager to be authenticated, configure support in the Connection authentication field under the Extended tab in MQ Explorer.If you use the IBM MQ Series JMS Adapter and do not want the connection to be authenticated, the (MQ Admin) user must provide a valid user ID in Queue Manager > Channels > Server Connection Channel > Properties > MCA .If this user is part of the mqm group, the following profile must be set for the two queues of that Queue Manager: ./setmqaut -m QM -n "SYSTEM.ADMIN.COMMAND.QUEUE" -t q -p " USERID " +inq ./setmqaut -m QM -n "SYSTEM.DEFAULT.MODEL.QUEUE" -t q -p "USERID" +inq However, if the user set in MCA does not belong to the mqm group, the following profile must be set for the two queues of that Queue Manager: ./setmqaut -m QM -n "SYSTEM.ADMIN.COMMAND.QUEUE" -t q -p " USERID " +inq +put ./setmqaut -m QM -n "SYSTEM.DEFAULT.MODEL.QUEUE" -t q -p " USERID " +inq +get +dsp Replace USERID with the user ID and QM with the Queue Manager.Create queues and topics in MQ Explorer that you want the IBM MQ Series JMS Adapter to process.2-1To use topics, you must run the following command in the MQ_Install /bin/ directory to point to the location of the MQSC file: .runmqsc Queue_Manager < ../java/bin/MQJMS_PSQ.mqsc For example: cd /opt/mqm/bin .runmqsc ICS_QM < ../java/bin/MQJMS_PSQ.mqsc Install the connectivity agent in an on-premises environment.The agent enables communication between Oracle Integration and the JMS (MQ) Server.See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .Copy the following MQ JAR files from the MQ_Install_Home /java/lib directory to the Agent_Home /thirdparty/lib directory of the connectivity agent: com.ibm.mq.allclient.jar jms.jar Create a Connection Before you can build an integration, you have to create the connections to the applications with which you want to share data.To create a connection in Oracle Integration: 1.In the left navigation pane, click Home > Integrations > Connections .2.Click Create .Note: You can also create a connection in the integration canvas of: An orchestrated integration (See Define Inbound Triggers and Outbound Invokes.)A basic routing integration (See Add a Trigger (Source) Connection.)3.In the Create Connection Select Adapter dialog, select the adapter to use for this connection.To find the adapter, scroll through the list, or enter a partial or full name in the Search field and click Search .
If you want the queue manager to be authenticated, configure support in the Connection authentication field under the Extended tab in MQ Explorer.If you use the IBM MQ Series JMS Adapter and do not want the connection to be authenticated, the (MQ Admin) user must provide a valid user ID in Queue Manager > Channels > Server Connection Channel > Properties > MCA .If this user is part of the mqm group, the following profile must be set for the two queues of that Queue Manager: ./setmqaut -m QM -n "SYSTEM.ADMIN.COMMAND.QUEUE" -t q -p " USERID " +inq ./setmqaut -m QM -n "SYSTEM.DEFAULT.MODEL.QUEUE" -t q -p "USERID" +inq However, if the user set in MCA does not belong to the mqm group, the following profile must be set for the two queues of that Queue Manager: ./setmqaut -m QM -n "SYSTEM.ADMIN.COMMAND.QUEUE" -t q -p " USERID " +inq +put ./setmqaut -m QM -n "SYSTEM.DEFAULT.MODEL.QUEUE" -t q -p " USERID " +inq +get +dsp Replace USERID with the user ID and QM with the Queue Manager.Create queues and topics in MQ Explorer that you want the IBM MQ Series JMS Adapter to process.2-1To use topics, you must run the following command in the MQ_Install /bin/ directory to point to the location of the MQSC file: .runmqsc Queue_Manager < ../java/bin/MQJMS_PSQ.mqsc For example: cd /opt/mqm/bin .runmqsc ICS_QM < ../java/bin/MQJMS_PSQ.mqsc Install the connectivity agent in an on-premises environment.The agent enables communication between Oracle Integration and the JMS (MQ) Server.See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .Copy the following MQ JAR files from the MQ_Install_Home /java/lib directory to the Agent_Home /thirdparty/lib directory of the connectivity agent: com.ibm.mq.allclient.jar jms.jar Create a Connection Before you can build an integration, you have to create the connections to the applications with which you want to share data.To create a connection in Oracle Integration: 1.In the left navigation pane, click Home > Integrations > Connections .2.Click Create .Note: You can also create a connection in the integration canvas of: An orchestrated integration (See Define Inbound Triggers and Outbound Invokes.)A basic routing integration (See Add a Trigger (Source) Connection.)3.In the Create Connection Select Adapter dialog, select the adapter to use for this connection.To find the adapter, scroll through the list, or enter a partial or full name in the Search field and click Search .4.In the Create Connection dialog, enter the information that describes this connection.
If you use the IBM MQ Series JMS Adapter and do not want the connection to be authenticated, the (MQ Admin) user must provide a valid user ID in Queue Manager > Channels > Server Connection Channel > Properties > MCA .If this user is part of the mqm group, the following profile must be set for the two queues of that Queue Manager: ./setmqaut -m QM -n "SYSTEM.ADMIN.COMMAND.QUEUE" -t q -p " USERID " +inq ./setmqaut -m QM -n "SYSTEM.DEFAULT.MODEL.QUEUE" -t q -p "USERID" +inq However, if the user set in MCA does not belong to the mqm group, the following profile must be set for the two queues of that Queue Manager: ./setmqaut -m QM -n "SYSTEM.ADMIN.COMMAND.QUEUE" -t q -p " USERID " +inq +put ./setmqaut -m QM -n "SYSTEM.DEFAULT.MODEL.QUEUE" -t q -p " USERID " +inq +get +dsp Replace USERID with the user ID and QM with the Queue Manager.Create queues and topics in MQ Explorer that you want the IBM MQ Series JMS Adapter to process.2-1To use topics, you must run the following command in the MQ_Install /bin/ directory to point to the location of the MQSC file: .runmqsc Queue_Manager < ../java/bin/MQJMS_PSQ.mqsc For example: cd /opt/mqm/bin .runmqsc ICS_QM < ../java/bin/MQJMS_PSQ.mqsc Install the connectivity agent in an on-premises environment.The agent enables communication between Oracle Integration and the JMS (MQ) Server.See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .Copy the following MQ JAR files from the MQ_Install_Home /java/lib directory to the Agent_Home /thirdparty/lib directory of the connectivity agent: com.ibm.mq.allclient.jar jms.jar Create a Connection Before you can build an integration, you have to create the connections to the applications with which you want to share data.To create a connection in Oracle Integration: 1.In the left navigation pane, click Home > Integrations > Connections .2.Click Create .Note: You can also create a connection in the integration canvas of: An orchestrated integration (See Define Inbound Triggers and Outbound Invokes.)A basic routing integration (See Add a Trigger (Source) Connection.)3.In the Create Connection Select Adapter dialog, select the adapter to use for this connection.To find the adapter, scroll through the list, or enter a partial or full name in the Search field and click Search .4.In the Create Connection dialog, enter the information that describes this connection.a.Enter a meaningful name to help others find your connection when they begin to create their own integrations.
If this user is part of the mqm group, the following profile must be set for the two queues of that Queue Manager: ./setmqaut -m QM -n "SYSTEM.ADMIN.COMMAND.QUEUE" -t q -p " USERID " +inq ./setmqaut -m QM -n "SYSTEM.DEFAULT.MODEL.QUEUE" -t q -p "USERID" +inq However, if the user set in MCA does not belong to the mqm group, the following profile must be set for the two queues of that Queue Manager: ./setmqaut -m QM -n "SYSTEM.ADMIN.COMMAND.QUEUE" -t q -p " USERID " +inq +put ./setmqaut -m QM -n "SYSTEM.DEFAULT.MODEL.QUEUE" -t q -p " USERID " +inq +get +dsp Replace USERID with the user ID and QM with the Queue Manager.Create queues and topics in MQ Explorer that you want the IBM MQ Series JMS Adapter to process.2-1To use topics, you must run the following command in the MQ_Install /bin/ directory to point to the location of the MQSC file: .runmqsc Queue_Manager < ../java/bin/MQJMS_PSQ.mqsc For example: cd /opt/mqm/bin .runmqsc ICS_QM < ../java/bin/MQJMS_PSQ.mqsc Install the connectivity agent in an on-premises environment.The agent enables communication between Oracle Integration and the JMS (MQ) Server.See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .Copy the following MQ JAR files from the MQ_Install_Home /java/lib directory to the Agent_Home /thirdparty/lib directory of the connectivity agent: com.ibm.mq.allclient.jar jms.jar Create a Connection Before you can build an integration, you have to create the connections to the applications with which you want to share data.To create a connection in Oracle Integration: 1.In the left navigation pane, click Home > Integrations > Connections .2.Click Create .Note: You can also create a connection in the integration canvas of: An orchestrated integration (See Define Inbound Triggers and Outbound Invokes.)A basic routing integration (See Add a Trigger (Source) Connection.)3.In the Create Connection Select Adapter dialog, select the adapter to use for this connection.To find the adapter, scroll through the list, or enter a partial or full name in the Search field and click Search .4.In the Create Connection dialog, enter the information that describes this connection.a.Enter a meaningful name to help others find your connection when they begin to create their own integrations.The name you enter is automatically added inChapter 2 Create a Connection 2-2capital letters to the Identifier field.
Create queues and topics in MQ Explorer that you want the IBM MQ Series JMS Adapter to process.2-1To use topics, you must run the following command in the MQ_Install /bin/ directory to point to the location of the MQSC file: .runmqsc Queue_Manager < ../java/bin/MQJMS_PSQ.mqsc For example: cd /opt/mqm/bin .runmqsc ICS_QM < ../java/bin/MQJMS_PSQ.mqsc Install the connectivity agent in an on-premises environment.The agent enables communication between Oracle Integration and the JMS (MQ) Server.See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .Copy the following MQ JAR files from the MQ_Install_Home /java/lib directory to the Agent_Home /thirdparty/lib directory of the connectivity agent: com.ibm.mq.allclient.jar jms.jar Create a Connection Before you can build an integration, you have to create the connections to the applications with which you want to share data.To create a connection in Oracle Integration: 1.In the left navigation pane, click Home > Integrations > Connections .2.Click Create .Note: You can also create a connection in the integration canvas of: An orchestrated integration (See Define Inbound Triggers and Outbound Invokes.)A basic routing integration (See Add a Trigger (Source) Connection.)3.In the Create Connection Select Adapter dialog, select the adapter to use for this connection.To find the adapter, scroll through the list, or enter a partial or full name in the Search field and click Search .4.In the Create Connection dialog, enter the information that describes this connection.a.Enter a meaningful name to help others find your connection when they begin to create their own integrations.The name you enter is automatically added inChapter 2 Create a Connection 2-2capital letters to the Identifier field.If you modify the identifier name, don't include blank spaces (for example, SALES OPPORTUNITY ).
2-1To use topics, you must run the following command in the MQ_Install /bin/ directory to point to the location of the MQSC file: .runmqsc Queue_Manager < ../java/bin/MQJMS_PSQ.mqsc For example: cd /opt/mqm/bin .runmqsc ICS_QM < ../java/bin/MQJMS_PSQ.mqsc Install the connectivity agent in an on-premises environment.The agent enables communication between Oracle Integration and the JMS (MQ) Server.See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .Copy the following MQ JAR files from the MQ_Install_Home /java/lib directory to the Agent_Home /thirdparty/lib directory of the connectivity agent: com.ibm.mq.allclient.jar jms.jar Create a Connection Before you can build an integration, you have to create the connections to the applications with which you want to share data.To create a connection in Oracle Integration: 1.In the left navigation pane, click Home > Integrations > Connections .2.Click Create .Note: You can also create a connection in the integration canvas of: An orchestrated integration (See Define Inbound Triggers and Outbound Invokes.)A basic routing integration (See Add a Trigger (Source) Connection.)3.In the Create Connection Select Adapter dialog, select the adapter to use for this connection.To find the adapter, scroll through the list, or enter a partial or full name in the Search field and click Search .4.In the Create Connection dialog, enter the information that describes this connection.a.Enter a meaningful name to help others find your connection when they begin to create their own integrations.The name you enter is automatically added inChapter 2 Create a Connection 2-2capital letters to the Identifier field.If you modify the identifier name, don't include blank spaces (for example, SALES OPPORTUNITY ).b.Enter optional keywords (tags).
The agent enables communication between Oracle Integration and the JMS (MQ) Server.See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .Copy the following MQ JAR files from the MQ_Install_Home /java/lib directory to the Agent_Home /thirdparty/lib directory of the connectivity agent: com.ibm.mq.allclient.jar jms.jar Create a Connection Before you can build an integration, you have to create the connections to the applications with which you want to share data.To create a connection in Oracle Integration: 1.In the left navigation pane, click Home > Integrations > Connections .2.Click Create .Note: You can also create a connection in the integration canvas of: An orchestrated integration (See Define Inbound Triggers and Outbound Invokes.)A basic routing integration (See Add a Trigger (Source) Connection.)3.In the Create Connection Select Adapter dialog, select the adapter to use for this connection.To find the adapter, scroll through the list, or enter a partial or full name in the Search field and click Search .4.In the Create Connection dialog, enter the information that describes this connection.a.Enter a meaningful name to help others find your connection when they begin to create their own integrations.The name you enter is automatically added inChapter 2 Create a Connection 2-2capital letters to the Identifier field.If you modify the identifier name, don't include blank spaces (for example, SALES OPPORTUNITY ).b.Enter optional keywords (tags).You can search on the connection keywords on the Connections page.
See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .Copy the following MQ JAR files from the MQ_Install_Home /java/lib directory to the Agent_Home /thirdparty/lib directory of the connectivity agent: com.ibm.mq.allclient.jar jms.jar Create a Connection Before you can build an integration, you have to create the connections to the applications with which you want to share data.To create a connection in Oracle Integration: 1.In the left navigation pane, click Home > Integrations > Connections .2.Click Create .Note: You can also create a connection in the integration canvas of: An orchestrated integration (See Define Inbound Triggers and Outbound Invokes.)A basic routing integration (See Add a Trigger (Source) Connection.)3.In the Create Connection Select Adapter dialog, select the adapter to use for this connection.To find the adapter, scroll through the list, or enter a partial or full name in the Search field and click Search .4.In the Create Connection dialog, enter the information that describes this connection.a.Enter a meaningful name to help others find your connection when they begin to create their own integrations.The name you enter is automatically added inChapter 2 Create a Connection 2-2capital letters to the Identifier field.If you modify the identifier name, don't include blank spaces (for example, SALES OPPORTUNITY ).b.Enter optional keywords (tags).You can search on the connection keywords on the Connections page.c.Select the role (direction) in which to use this connection (trigger, invoke, or both).
Copy the following MQ JAR files from the MQ_Install_Home /java/lib directory to the Agent_Home /thirdparty/lib directory of the connectivity agent: com.ibm.mq.allclient.jar jms.jar Create a Connection Before you can build an integration, you have to create the connections to the applications with which you want to share data.To create a connection in Oracle Integration: 1.In the left navigation pane, click Home > Integrations > Connections .2.Click Create .Note: You can also create a connection in the integration canvas of: An orchestrated integration (See Define Inbound Triggers and Outbound Invokes.)A basic routing integration (See Add a Trigger (Source) Connection.)3.In the Create Connection Select Adapter dialog, select the adapter to use for this connection.To find the adapter, scroll through the list, or enter a partial or full name in the Search field and click Search .4.In the Create Connection dialog, enter the information that describes this connection.a.Enter a meaningful name to help others find your connection when they begin to create their own integrations.The name you enter is automatically added inChapter 2 Create a Connection 2-2capital letters to the Identifier field.If you modify the identifier name, don't include blank spaces (for example, SALES OPPORTUNITY ).b.Enter optional keywords (tags).You can search on the connection keywords on the Connections page.c.Select the role (direction) in which to use this connection (trigger, invoke, or both).Only the roles supported by the adapter are displayed for selection.
To create a connection in Oracle Integration: 1.In the left navigation pane, click Home > Integrations > Connections .2.Click Create .Note: You can also create a connection in the integration canvas of: An orchestrated integration (See Define Inbound Triggers and Outbound Invokes.)A basic routing integration (See Add a Trigger (Source) Connection.)3.In the Create Connection Select Adapter dialog, select the adapter to use for this connection.To find the adapter, scroll through the list, or enter a partial or full name in the Search field and click Search .4.In the Create Connection dialog, enter the information that describes this connection.a.Enter a meaningful name to help others find your connection when they begin to create their own integrations.The name you enter is automatically added inChapter 2 Create a Connection 2-2capital letters to the Identifier field.If you modify the identifier name, don't include blank spaces (for example, SALES OPPORTUNITY ).b.Enter optional keywords (tags).You can search on the connection keywords on the Connections page.c.Select the role (direction) in which to use this connection (trigger, invoke, or both).Only the roles supported by the adapter are displayed for selection.When you select a role, only the connection properties and security policies appropriate to that role are displayed on the Connections page.
2.Click Create .Note: You can also create a connection in the integration canvas of: An orchestrated integration (See Define Inbound Triggers and Outbound Invokes.)A basic routing integration (See Add a Trigger (Source) Connection.)3.In the Create Connection Select Adapter dialog, select the adapter to use for this connection.To find the adapter, scroll through the list, or enter a partial or full name in the Search field and click Search .4.In the Create Connection dialog, enter the information that describes this connection.a.Enter a meaningful name to help others find your connection when they begin to create their own integrations.The name you enter is automatically added inChapter 2 Create a Connection 2-2capital letters to the Identifier field.If you modify the identifier name, don't include blank spaces (for example, SALES OPPORTUNITY ).b.Enter optional keywords (tags).You can search on the connection keywords on the Connections page.c.Select the role (direction) in which to use this connection (trigger, invoke, or both).Only the roles supported by the adapter are displayed for selection.When you select a role, only the connection properties and security policies appropriate to that role are displayed on the Connections page.If you select an adapter that supports both invoke and trigger, but select only one of those roles, you'll get an error when you try to drag the adapter into the section you didn't select.
Note: You can also create a connection in the integration canvas of: An orchestrated integration (See Define Inbound Triggers and Outbound Invokes.)A basic routing integration (See Add a Trigger (Source) Connection.)3.In the Create Connection Select Adapter dialog, select the adapter to use for this connection.To find the adapter, scroll through the list, or enter a partial or full name in the Search field and click Search .4.In the Create Connection dialog, enter the information that describes this connection.a.Enter a meaningful name to help others find your connection when they begin to create their own integrations.The name you enter is automatically added inChapter 2 Create a Connection 2-2capital letters to the Identifier field.If you modify the identifier name, don't include blank spaces (for example, SALES OPPORTUNITY ).b.Enter optional keywords (tags).You can search on the connection keywords on the Connections page.c.Select the role (direction) in which to use this connection (trigger, invoke, or both).Only the roles supported by the adapter are displayed for selection.When you select a role, only the connection properties and security policies appropriate to that role are displayed on the Connections page.If you select an adapter that supports both invoke and trigger, but select only one of those roles, you'll get an error when you try to drag the adapter into the section you didn't select.For example, let's say you configure a connection for the Oracle Service Cloud (RightNow) Adapter as only an invoke .
A basic routing integration (See Add a Trigger (Source) Connection.)3.In the Create Connection Select Adapter dialog, select the adapter to use for this connection.To find the adapter, scroll through the list, or enter a partial or full name in the Search field and click Search .4.In the Create Connection dialog, enter the information that describes this connection.a.Enter a meaningful name to help others find your connection when they begin to create their own integrations.The name you enter is automatically added inChapter 2 Create a Connection 2-2capital letters to the Identifier field.If you modify the identifier name, don't include blank spaces (for example, SALES OPPORTUNITY ).b.Enter optional keywords (tags).You can search on the connection keywords on the Connections page.c.Select the role (direction) in which to use this connection (trigger, invoke, or both).Only the roles supported by the adapter are displayed for selection.When you select a role, only the connection properties and security policies appropriate to that role are displayed on the Connections page.If you select an adapter that supports both invoke and trigger, but select only one of those roles, you'll get an error when you try to drag the adapter into the section you didn't select.For example, let's say you configure a connection for the Oracle Service Cloud (RightNow) Adapter as only an invoke .Dragging the adapter to a trigger section in the integration produces an error.
3.In the Create Connection Select Adapter dialog, select the adapter to use for this connection.To find the adapter, scroll through the list, or enter a partial or full name in the Search field and click Search .4.In the Create Connection dialog, enter the information that describes this connection.a.Enter a meaningful name to help others find your connection when they begin to create their own integrations.The name you enter is automatically added inChapter 2 Create a Connection 2-2capital letters to the Identifier field.If you modify the identifier name, don't include blank spaces (for example, SALES OPPORTUNITY ).b.Enter optional keywords (tags).You can search on the connection keywords on the Connections page.c.Select the role (direction) in which to use this connection (trigger, invoke, or both).Only the roles supported by the adapter are displayed for selection.When you select a role, only the connection properties and security policies appropriate to that role are displayed on the Connections page.If you select an adapter that supports both invoke and trigger, but select only one of those roles, you'll get an error when you try to drag the adapter into the section you didn't select.For example, let's say you configure a connection for the Oracle Service Cloud (RightNow) Adapter as only an invoke .Dragging the adapter to a trigger section in the integration produces an error.d.Enter an optional description of the connection.
To find the adapter, scroll through the list, or enter a partial or full name in the Search field and click Search .4.In the Create Connection dialog, enter the information that describes this connection.a.Enter a meaningful name to help others find your connection when they begin to create their own integrations.The name you enter is automatically added inChapter 2 Create a Connection 2-2capital letters to the Identifier field.If you modify the identifier name, don't include blank spaces (for example, SALES OPPORTUNITY ).b.Enter optional keywords (tags).You can search on the connection keywords on the Connections page.c.Select the role (direction) in which to use this connection (trigger, invoke, or both).Only the roles supported by the adapter are displayed for selection.When you select a role, only the connection properties and security policies appropriate to that role are displayed on the Connections page.If you select an adapter that supports both invoke and trigger, but select only one of those roles, you'll get an error when you try to drag the adapter into the section you didn't select.For example, let's say you configure a connection for the Oracle Service Cloud (RightNow) Adapter as only an invoke .Dragging the adapter to a trigger section in the integration produces an error.d.Enter an optional description of the connection.5.Click Create .
4.In the Create Connection dialog, enter the information that describes this connection.a.Enter a meaningful name to help others find your connection when they begin to create their own integrations.The name you enter is automatically added inChapter 2 Create a Connection 2-2capital letters to the Identifier field.If you modify the identifier name, don't include blank spaces (for example, SALES OPPORTUNITY ).b.Enter optional keywords (tags).You can search on the connection keywords on the Connections page.c.Select the role (direction) in which to use this connection (trigger, invoke, or both).Only the roles supported by the adapter are displayed for selection.When you select a role, only the connection properties and security policies appropriate to that role are displayed on the Connections page.If you select an adapter that supports both invoke and trigger, but select only one of those roles, you'll get an error when you try to drag the adapter into the section you didn't select.For example, let's say you configure a connection for the Oracle Service Cloud (RightNow) Adapter as only an invoke .Dragging the adapter to a trigger section in the integration produces an error.d.Enter an optional description of the connection.5.Click Create .Your connection is created.
a.Enter a meaningful name to help others find your connection when they begin to create their own integrations.The name you enter is automatically added inChapter 2 Create a Connection 2-2capital letters to the Identifier field.If you modify the identifier name, don't include blank spaces (for example, SALES OPPORTUNITY ).b.Enter optional keywords (tags).You can search on the connection keywords on the Connections page.c.Select the role (direction) in which to use this connection (trigger, invoke, or both).Only the roles supported by the adapter are displayed for selection.When you select a role, only the connection properties and security policies appropriate to that role are displayed on the Connections page.If you select an adapter that supports both invoke and trigger, but select only one of those roles, you'll get an error when you try to drag the adapter into the section you didn't select.For example, let's say you configure a connection for the Oracle Service Cloud (RightNow) Adapter as only an invoke .Dragging the adapter to a trigger section in the integration produces an error.d.Enter an optional description of the connection.5.Click Create .Your connection is created.You're now ready to configure the connection details, such as connection properties, security policies, connection login credentials, and (for certain connections) agent group.
The name you enter is automatically added inChapter 2 Create a Connection 2-2capital letters to the Identifier field.If you modify the identifier name, don't include blank spaces (for example, SALES OPPORTUNITY ).b.Enter optional keywords (tags).You can search on the connection keywords on the Connections page.c.Select the role (direction) in which to use this connection (trigger, invoke, or both).Only the roles supported by the adapter are displayed for selection.When you select a role, only the connection properties and security policies appropriate to that role are displayed on the Connections page.If you select an adapter that supports both invoke and trigger, but select only one of those roles, you'll get an error when you try to drag the adapter into the section you didn't select.For example, let's say you configure a connection for the Oracle Service Cloud (RightNow) Adapter as only an invoke .Dragging the adapter to a trigger section in the integration produces an error.d.Enter an optional description of the connection.5.Click Create .Your connection is created.You're now ready to configure the connection details, such as connection properties, security policies, connection login credentials, and (for certain connections) agent group.Configure Connection Properties Enter connection information so your application can process requests.
If you modify the identifier name, don't include blank spaces (for example, SALES OPPORTUNITY ).b.Enter optional keywords (tags).You can search on the connection keywords on the Connections page.c.Select the role (direction) in which to use this connection (trigger, invoke, or both).Only the roles supported by the adapter are displayed for selection.When you select a role, only the connection properties and security policies appropriate to that role are displayed on the Connections page.If you select an adapter that supports both invoke and trigger, but select only one of those roles, you'll get an error when you try to drag the adapter into the section you didn't select.For example, let's say you configure a connection for the Oracle Service Cloud (RightNow) Adapter as only an invoke .Dragging the adapter to a trigger section in the integration produces an error.d.Enter an optional description of the connection.5.Click Create .Your connection is created.You're now ready to configure the connection details, such as connection properties, security policies, connection login credentials, and (for certain connections) agent group.Configure Connection Properties Enter connection information so your application can process requests.1.Go to the Connection Properties section.
b.Enter optional keywords (tags).You can search on the connection keywords on the Connections page.c.Select the role (direction) in which to use this connection (trigger, invoke, or both).Only the roles supported by the adapter are displayed for selection.When you select a role, only the connection properties and security policies appropriate to that role are displayed on the Connections page.If you select an adapter that supports both invoke and trigger, but select only one of those roles, you'll get an error when you try to drag the adapter into the section you didn't select.For example, let's say you configure a connection for the Oracle Service Cloud (RightNow) Adapter as only an invoke .Dragging the adapter to a trigger section in the integration produces an error.d.Enter an optional description of the connection.5.Click Create .Your connection is created.You're now ready to configure the connection details, such as connection properties, security policies, connection login credentials, and (for certain connections) agent group.Configure Connection Properties Enter connection information so your application can process requests.1.Go to the Connection Properties section.2.Enter the following details: Field Description MQ Series Hostname Specify the host on which the MQ Series server is running.
You can search on the connection keywords on the Connections page.c.Select the role (direction) in which to use this connection (trigger, invoke, or both).Only the roles supported by the adapter are displayed for selection.When you select a role, only the connection properties and security policies appropriate to that role are displayed on the Connections page.If you select an adapter that supports both invoke and trigger, but select only one of those roles, you'll get an error when you try to drag the adapter into the section you didn't select.For example, let's say you configure a connection for the Oracle Service Cloud (RightNow) Adapter as only an invoke .Dragging the adapter to a trigger section in the integration produces an error.d.Enter an optional description of the connection.5.Click Create .Your connection is created.You're now ready to configure the connection details, such as connection properties, security policies, connection login credentials, and (for certain connections) agent group.Configure Connection Properties Enter connection information so your application can process requests.1.Go to the Connection Properties section.2.Enter the following details: Field Description MQ Series Hostname Specify the host on which the MQ Series server is running.Queue Manager Port Specify the port on which the queue manager is listening.
c.Select the role (direction) in which to use this connection (trigger, invoke, or both).Only the roles supported by the adapter are displayed for selection.When you select a role, only the connection properties and security policies appropriate to that role are displayed on the Connections page.If you select an adapter that supports both invoke and trigger, but select only one of those roles, you'll get an error when you try to drag the adapter into the section you didn't select.For example, let's say you configure a connection for the Oracle Service Cloud (RightNow) Adapter as only an invoke .Dragging the adapter to a trigger section in the integration produces an error.d.Enter an optional description of the connection.5.Click Create .Your connection is created.You're now ready to configure the connection details, such as connection properties, security policies, connection login credentials, and (for certain connections) agent group.Configure Connection Properties Enter connection information so your application can process requests.1.Go to the Connection Properties section.2.Enter the following details: Field Description MQ Series Hostname Specify the host on which the MQ Series server is running.Queue Manager Port Specify the port on which the queue manager is listening.Queue Manager Specify where destination objects are grouped.
Only the roles supported by the adapter are displayed for selection.When you select a role, only the connection properties and security policies appropriate to that role are displayed on the Connections page.If you select an adapter that supports both invoke and trigger, but select only one of those roles, you'll get an error when you try to drag the adapter into the section you didn't select.For example, let's say you configure a connection for the Oracle Service Cloud (RightNow) Adapter as only an invoke .Dragging the adapter to a trigger section in the integration produces an error.d.Enter an optional description of the connection.5.Click Create .Your connection is created.You're now ready to configure the connection details, such as connection properties, security policies, connection login credentials, and (for certain connections) agent group.Configure Connection Properties Enter connection information so your application can process requests.1.Go to the Connection Properties section.2.Enter the following details: Field Description MQ Series Hostname Specify the host on which the MQ Series server is running.Queue Manager Port Specify the port on which the queue manager is listening.Queue Manager Specify where destination objects are grouped.You can configure the queue manager with or without authentication when you specify the security policy.
When you select a role, only the connection properties and security policies appropriate to that role are displayed on the Connections page.If you select an adapter that supports both invoke and trigger, but select only one of those roles, you'll get an error when you try to drag the adapter into the section you didn't select.For example, let's say you configure a connection for the Oracle Service Cloud (RightNow) Adapter as only an invoke .Dragging the adapter to a trigger section in the integration produces an error.d.Enter an optional description of the connection.5.Click Create .Your connection is created.You're now ready to configure the connection details, such as connection properties, security policies, connection login credentials, and (for certain connections) agent group.Configure Connection Properties Enter connection information so your application can process requests.1.Go to the Connection Properties section.2.Enter the following details: Field Description MQ Series Hostname Specify the host on which the MQ Series server is running.Queue Manager Port Specify the port on which the queue manager is listening.Queue Manager Specify where destination objects are grouped.You can configure the queue manager with or without authentication when you specify the security policy.If you select a queue manager that requires authentication, you must specify those details.
If you select an adapter that supports both invoke and trigger, but select only one of those roles, you'll get an error when you try to drag the adapter into the section you didn't select.For example, let's say you configure a connection for the Oracle Service Cloud (RightNow) Adapter as only an invoke .Dragging the adapter to a trigger section in the integration produces an error.d.Enter an optional description of the connection.5.Click Create .Your connection is created.You're now ready to configure the connection details, such as connection properties, security policies, connection login credentials, and (for certain connections) agent group.Configure Connection Properties Enter connection information so your application can process requests.1.Go to the Connection Properties section.2.Enter the following details: Field Description MQ Series Hostname Specify the host on which the MQ Series server is running.Queue Manager Port Specify the port on which the queue manager is listening.Queue Manager Specify where destination objects are grouped.You can configure the queue manager with or without authentication when you specify the security policy.If you select a queue manager that requires authentication, you must specify those details.Otherwise, connection testing fails.
For example, let's say you configure a connection for the Oracle Service Cloud (RightNow) Adapter as only an invoke .Dragging the adapter to a trigger section in the integration produces an error.d.Enter an optional description of the connection.5.Click Create .Your connection is created.You're now ready to configure the connection details, such as connection properties, security policies, connection login credentials, and (for certain connections) agent group.Configure Connection Properties Enter connection information so your application can process requests.1.Go to the Connection Properties section.2.Enter the following details: Field Description MQ Series Hostname Specify the host on which the MQ Series server is running.Queue Manager Port Specify the port on which the queue manager is listening.Queue Manager Specify where destination objects are grouped.You can configure the queue manager with or without authentication when you specify the security policy.If you select a queue manager that requires authentication, you must specify those details.Otherwise, connection testing fails.See Configure Connection Security .
Dragging the adapter to a trigger section in the integration produces an error.d.Enter an optional description of the connection.5.Click Create .Your connection is created.You're now ready to configure the connection details, such as connection properties, security policies, connection login credentials, and (for certain connections) agent group.Configure Connection Properties Enter connection information so your application can process requests.1.Go to the Connection Properties section.2.Enter the following details: Field Description MQ Series Hostname Specify the host on which the MQ Series server is running.Queue Manager Port Specify the port on which the queue manager is listening.Queue Manager Specify where destination objects are grouped.You can configure the queue manager with or without authentication when you specify the security policy.If you select a queue manager that requires authentication, you must specify those details.Otherwise, connection testing fails.See Configure Connection Security .Server Connection Channel Specify the server connection channel of the queue manager that has a listener running.
d.Enter an optional description of the connection.5.Click Create .Your connection is created.You're now ready to configure the connection details, such as connection properties, security policies, connection login credentials, and (for certain connections) agent group.Configure Connection Properties Enter connection information so your application can process requests.1.Go to the Connection Properties section.2.Enter the following details: Field Description MQ Series Hostname Specify the host on which the MQ Series server is running.Queue Manager Port Specify the port on which the queue manager is listening.Queue Manager Specify where destination objects are grouped.You can configure the queue manager with or without authentication when you specify the security policy.If you select a queue manager that requires authentication, you must specify those details.Otherwise, connection testing fails.See Configure Connection Security .Server Connection Channel Specify the server connection channel of the queue manager that has a listener running.This can be the default system-defined channel or the user-created channel.
5.Click Create .Your connection is created.You're now ready to configure the connection details, such as connection properties, security policies, connection login credentials, and (for certain connections) agent group.Configure Connection Properties Enter connection information so your application can process requests.1.Go to the Connection Properties section.2.Enter the following details: Field Description MQ Series Hostname Specify the host on which the MQ Series server is running.Queue Manager Port Specify the port on which the queue manager is listening.Queue Manager Specify where destination objects are grouped.You can configure the queue manager with or without authentication when you specify the security policy.If you select a queue manager that requires authentication, you must specify those details.Otherwise, connection testing fails.See Configure Connection Security .Server Connection Channel Specify the server connection channel of the queue manager that has a listener running.This can be the default system-defined channel or the user-created channel.Configure Connection Security Configure security for your IBM MQ Series JMS Adapter connection by selecting the security policy.
Your connection is created.You're now ready to configure the connection details, such as connection properties, security policies, connection login credentials, and (for certain connections) agent group.Configure Connection Properties Enter connection information so your application can process requests.1.Go to the Connection Properties section.2.Enter the following details: Field Description MQ Series Hostname Specify the host on which the MQ Series server is running.Queue Manager Port Specify the port on which the queue manager is listening.Queue Manager Specify where destination objects are grouped.You can configure the queue manager with or without authentication when you specify the security policy.If you select a queue manager that requires authentication, you must specify those details.Otherwise, connection testing fails.See Configure Connection Security .Server Connection Channel Specify the server connection channel of the queue manager that has a listener running.This can be the default system-defined channel or the user-created channel.Configure Connection Security Configure security for your IBM MQ Series JMS Adapter connection by selecting the security policy.1.Go to the Security section.
You're now ready to configure the connection details, such as connection properties, security policies, connection login credentials, and (for certain connections) agent group.Configure Connection Properties Enter connection information so your application can process requests.1.Go to the Connection Properties section.2.Enter the following details: Field Description MQ Series Hostname Specify the host on which the MQ Series server is running.Queue Manager Port Specify the port on which the queue manager is listening.Queue Manager Specify where destination objects are grouped.You can configure the queue manager with or without authentication when you specify the security policy.If you select a queue manager that requires authentication, you must specify those details.Otherwise, connection testing fails.See Configure Connection Security .Server Connection Channel Specify the server connection channel of the queue manager that has a listener running.This can be the default system-defined channel or the user-created channel.Configure Connection Security Configure security for your IBM MQ Series JMS Adapter connection by selecting the security policy.1.Go to the Security section.2.Enter the following details:Chapter 2 Create a Connection 2-3Field Description Security Policy Username Password Token : Select this option if the queue manager requires authentication.
Configure Connection Properties Enter connection information so your application can process requests.1.Go to the Connection Properties section.2.Enter the following details: Field Description MQ Series Hostname Specify the host on which the MQ Series server is running.Queue Manager Port Specify the port on which the queue manager is listening.Queue Manager Specify where destination objects are grouped.You can configure the queue manager with or without authentication when you specify the security policy.If you select a queue manager that requires authentication, you must specify those details.Otherwise, connection testing fails.See Configure Connection Security .Server Connection Channel Specify the server connection channel of the queue manager that has a listener running.This can be the default system-defined channel or the user-created channel.Configure Connection Security Configure security for your IBM MQ Series JMS Adapter connection by selecting the security policy.1.Go to the Security section.2.Enter the following details:Chapter 2 Create a Connection 2-3Field Description Security Policy Username Password Token : Select this option if the queue manager requires authentication.No Security Policy : Select this option if the queue manage does not require authentication.
1.Go to the Connection Properties section.2.Enter the following details: Field Description MQ Series Hostname Specify the host on which the MQ Series server is running.Queue Manager Port Specify the port on which the queue manager is listening.Queue Manager Specify where destination objects are grouped.You can configure the queue manager with or without authentication when you specify the security policy.If you select a queue manager that requires authentication, you must specify those details.Otherwise, connection testing fails.See Configure Connection Security .Server Connection Channel Specify the server connection channel of the queue manager that has a listener running.This can be the default system-defined channel or the user-created channel.Configure Connection Security Configure security for your IBM MQ Series JMS Adapter connection by selecting the security policy.1.Go to the Security section.2.Enter the following details:Chapter 2 Create a Connection 2-3Field Description Security Policy Username Password Token : Select this option if the queue manager requires authentication.No Security Policy : Select this option if the queue manage does not require authentication.Username Enter the username to connect to the MQ Server (any valid username with access to the MQ series instance).
2.Enter the following details: Field Description MQ Series Hostname Specify the host on which the MQ Series server is running.Queue Manager Port Specify the port on which the queue manager is listening.Queue Manager Specify where destination objects are grouped.You can configure the queue manager with or without authentication when you specify the security policy.If you select a queue manager that requires authentication, you must specify those details.Otherwise, connection testing fails.See Configure Connection Security .Server Connection Channel Specify the server connection channel of the queue manager that has a listener running.This can be the default system-defined channel or the user-created channel.Configure Connection Security Configure security for your IBM MQ Series JMS Adapter connection by selecting the security policy.1.Go to the Security section.2.Enter the following details:Chapter 2 Create a Connection 2-3Field Description Security Policy Username Password Token : Select this option if the queue manager requires authentication.No Security Policy : Select this option if the queue manage does not require authentication.Username Enter the username to connect to the MQ Server (any valid username with access to the MQ series instance).This is only required if you selected Username Password Token as the security policy.
Queue Manager Port Specify the port on which the queue manager is listening.Queue Manager Specify where destination objects are grouped.You can configure the queue manager with or without authentication when you specify the security policy.If you select a queue manager that requires authentication, you must specify those details.Otherwise, connection testing fails.See Configure Connection Security .Server Connection Channel Specify the server connection channel of the queue manager that has a listener running.This can be the default system-defined channel or the user-created channel.Configure Connection Security Configure security for your IBM MQ Series JMS Adapter connection by selecting the security policy.1.Go to the Security section.2.Enter the following details:Chapter 2 Create a Connection 2-3Field Description Security Policy Username Password Token : Select this option if the queue manager requires authentication.No Security Policy : Select this option if the queue manage does not require authentication.Username Enter the username to connect to the MQ Server (any valid username with access to the MQ series instance).This is only required if you selected Username Password Token as the security policy.Password Enter the password for the username.
Queue Manager Specify where destination objects are grouped.You can configure the queue manager with or without authentication when you specify the security policy.If you select a queue manager that requires authentication, you must specify those details.Otherwise, connection testing fails.See Configure Connection Security .Server Connection Channel Specify the server connection channel of the queue manager that has a listener running.This can be the default system-defined channel or the user-created channel.Configure Connection Security Configure security for your IBM MQ Series JMS Adapter connection by selecting the security policy.1.Go to the Security section.2.Enter the following details:Chapter 2 Create a Connection 2-3Field Description Security Policy Username Password Token : Select this option if the queue manager requires authentication.No Security Policy : Select this option if the queue manage does not require authentication.Username Enter the username to connect to the MQ Server (any valid username with access to the MQ series instance).This is only required if you selected Username Password Token as the security policy.Password Enter the password for the username.This is only required if you selected Username Password Token as the security policy.
You can configure the queue manager with or without authentication when you specify the security policy.If you select a queue manager that requires authentication, you must specify those details.Otherwise, connection testing fails.See Configure Connection Security .Server Connection Channel Specify the server connection channel of the queue manager that has a listener running.This can be the default system-defined channel or the user-created channel.Configure Connection Security Configure security for your IBM MQ Series JMS Adapter connection by selecting the security policy.1.Go to the Security section.2.Enter the following details:Chapter 2 Create a Connection 2-3Field Description Security Policy Username Password Token : Select this option if the queue manager requires authentication.No Security Policy : Select this option if the queue manage does not require authentication.Username Enter the username to connect to the MQ Server (any valid username with access to the MQ series instance).This is only required if you selected Username Password Token as the security policy.Password Enter the password for the username.This is only required if you selected Username Password Token as the security policy.Configure an Agent Group Configure an agent group for accessing the service hosted on your premises behind the fire wall.
If you select a queue manager that requires authentication, you must specify those details.Otherwise, connection testing fails.See Configure Connection Security .Server Connection Channel Specify the server connection channel of the queue manager that has a listener running.This can be the default system-defined channel or the user-created channel.Configure Connection Security Configure security for your IBM MQ Series JMS Adapter connection by selecting the security policy.1.Go to the Security section.2.Enter the following details:Chapter 2 Create a Connection 2-3Field Description Security Policy Username Password Token : Select this option if the queue manager requires authentication.No Security Policy : Select this option if the queue manage does not require authentication.Username Enter the username to connect to the MQ Server (any valid username with access to the MQ series instance).This is only required if you selected Username Password Token as the security policy.Password Enter the password for the username.This is only required if you selected Username Password Token as the security policy.Configure an Agent Group Configure an agent group for accessing the service hosted on your premises behind the fire wall.1.Click Configure Agents .
Otherwise, connection testing fails.See Configure Connection Security .Server Connection Channel Specify the server connection channel of the queue manager that has a listener running.This can be the default system-defined channel or the user-created channel.Configure Connection Security Configure security for your IBM MQ Series JMS Adapter connection by selecting the security policy.1.Go to the Security section.2.Enter the following details:Chapter 2 Create a Connection 2-3Field Description Security Policy Username Password Token : Select this option if the queue manager requires authentication.No Security Policy : Select this option if the queue manage does not require authentication.Username Enter the username to connect to the MQ Server (any valid username with access to the MQ series instance).This is only required if you selected Username Password Token as the security policy.Password Enter the password for the username.This is only required if you selected Username Password Token as the security policy.Configure an Agent Group Configure an agent group for accessing the service hosted on your premises behind the fire wall.1.Click Configure Agents .The Select an Agent Group page appears.
See Configure Connection Security .Server Connection Channel Specify the server connection channel of the queue manager that has a listener running.This can be the default system-defined channel or the user-created channel.Configure Connection Security Configure security for your IBM MQ Series JMS Adapter connection by selecting the security policy.1.Go to the Security section.2.Enter the following details:Chapter 2 Create a Connection 2-3Field Description Security Policy Username Password Token : Select this option if the queue manager requires authentication.No Security Policy : Select this option if the queue manage does not require authentication.Username Enter the username to connect to the MQ Server (any valid username with access to the MQ series instance).This is only required if you selected Username Password Token as the security policy.Password Enter the password for the username.This is only required if you selected Username Password Token as the security policy.Configure an Agent Group Configure an agent group for accessing the service hosted on your premises behind the fire wall.1.Click Configure Agents .The Select an Agent Group page appears.2.Click the name of the agent group.
Server Connection Channel Specify the server connection channel of the queue manager that has a listener running.This can be the default system-defined channel or the user-created channel.Configure Connection Security Configure security for your IBM MQ Series JMS Adapter connection by selecting the security policy.1.Go to the Security section.2.Enter the following details:Chapter 2 Create a Connection 2-3Field Description Security Policy Username Password Token : Select this option if the queue manager requires authentication.No Security Policy : Select this option if the queue manage does not require authentication.Username Enter the username to connect to the MQ Server (any valid username with access to the MQ series instance).This is only required if you selected Username Password Token as the security policy.Password Enter the password for the username.This is only required if you selected Username Password Token as the security policy.Configure an Agent Group Configure an agent group for accessing the service hosted on your premises behind the fire wall.1.Click Configure Agents .The Select an Agent Group page appears.2.Click the name of the agent group.3.Click Use.
This can be the default system-defined channel or the user-created channel.Configure Connection Security Configure security for your IBM MQ Series JMS Adapter connection by selecting the security policy.1.Go to the Security section.2.Enter the following details:Chapter 2 Create a Connection 2-3Field Description Security Policy Username Password Token : Select this option if the queue manager requires authentication.No Security Policy : Select this option if the queue manage does not require authentication.Username Enter the username to connect to the MQ Server (any valid username with access to the MQ series instance).This is only required if you selected Username Password Token as the security policy.Password Enter the password for the username.This is only required if you selected Username Password Token as the security policy.Configure an Agent Group Configure an agent group for accessing the service hosted on your premises behind the fire wall.1.Click Configure Agents .The Select an Agent Group page appears.2.Click the name of the agent group.3.Click Use.To configure an agent group, you must download and install the on-premises connectivity agent.
Configure Connection Security Configure security for your IBM MQ Series JMS Adapter connection by selecting the security policy.1.Go to the Security section.2.Enter the following details:Chapter 2 Create a Connection 2-3Field Description Security Policy Username Password Token : Select this option if the queue manager requires authentication.No Security Policy : Select this option if the queue manage does not require authentication.Username Enter the username to connect to the MQ Server (any valid username with access to the MQ series instance).This is only required if you selected Username Password Token as the security policy.Password Enter the password for the username.This is only required if you selected Username Password Token as the security policy.Configure an Agent Group Configure an agent group for accessing the service hosted on your premises behind the fire wall.1.Click Configure Agents .The Select an Agent Group page appears.2.Click the name of the agent group.3.Click Use.To configure an agent group, you must download and install the on-premises connectivity agent.See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .
1.Go to the Security section.2.Enter the following details:Chapter 2 Create a Connection 2-3Field Description Security Policy Username Password Token : Select this option if the queue manager requires authentication.No Security Policy : Select this option if the queue manage does not require authentication.Username Enter the username to connect to the MQ Server (any valid username with access to the MQ series instance).This is only required if you selected Username Password Token as the security policy.Password Enter the password for the username.This is only required if you selected Username Password Token as the security policy.Configure an Agent Group Configure an agent group for accessing the service hosted on your premises behind the fire wall.1.Click Configure Agents .The Select an Agent Group page appears.2.Click the name of the agent group.3.Click Use.To configure an agent group, you must download and install the on-premises connectivity agent.See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .Test the Connection Test your connection to ensure that it's configured successfully.
2.Enter the following details:Chapter 2 Create a Connection 2-3Field Description Security Policy Username Password Token : Select this option if the queue manager requires authentication.No Security Policy : Select this option if the queue manage does not require authentication.Username Enter the username to connect to the MQ Server (any valid username with access to the MQ series instance).This is only required if you selected Username Password Token as the security policy.Password Enter the password for the username.This is only required if you selected Username Password Token as the security policy.Configure an Agent Group Configure an agent group for accessing the service hosted on your premises behind the fire wall.1.Click Configure Agents .The Select an Agent Group page appears.2.Click the name of the agent group.3.Click Use.To configure an agent group, you must download and install the on-premises connectivity agent.See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .Test the Connection Test your connection to ensure that it's configured successfully.1.In the page title bar, click Test.
No Security Policy : Select this option if the queue manage does not require authentication.Username Enter the username to connect to the MQ Server (any valid username with access to the MQ series instance).This is only required if you selected Username Password Token as the security policy.Password Enter the password for the username.This is only required if you selected Username Password Token as the security policy.Configure an Agent Group Configure an agent group for accessing the service hosted on your premises behind the fire wall.1.Click Configure Agents .The Select an Agent Group page appears.2.Click the name of the agent group.3.Click Use.To configure an agent group, you must download and install the on-premises connectivity agent.See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .Test the Connection Test your connection to ensure that it's configured successfully.1.In the page title bar, click Test.What happens next depends on whether your adapter connection uses a Web Services Description Language (WSDL) file.
Username Enter the username to connect to the MQ Server (any valid username with access to the MQ series instance).This is only required if you selected Username Password Token as the security policy.Password Enter the password for the username.This is only required if you selected Username Password Token as the security policy.Configure an Agent Group Configure an agent group for accessing the service hosted on your premises behind the fire wall.1.Click Configure Agents .The Select an Agent Group page appears.2.Click the name of the agent group.3.Click Use.To configure an agent group, you must download and install the on-premises connectivity agent.See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .Test the Connection Test your connection to ensure that it's configured successfully.1.In the page title bar, click Test.What happens next depends on whether your adapter connection uses a Web Services Description Language (WSDL) file.Only some adapter connections use WSDLs.
This is only required if you selected Username Password Token as the security policy.Password Enter the password for the username.This is only required if you selected Username Password Token as the security policy.Configure an Agent Group Configure an agent group for accessing the service hosted on your premises behind the fire wall.1.Click Configure Agents .The Select an Agent Group page appears.2.Click the name of the agent group.3.Click Use.To configure an agent group, you must download and install the on-premises connectivity agent.See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .Test the Connection Test your connection to ensure that it's configured successfully.1.In the page title bar, click Test.What happens next depends on whether your adapter connection uses a Web Services Description Language (WSDL) file.Only some adapter connections use WSDLs.If Your Connection...Then... Doesnt use a WSDL The test starts automatically and validates the inputs you provided for the connection.Chapter 2 Create a Connection 2-4If Your Connection...Then...
Password Enter the password for the username.This is only required if you selected Username Password Token as the security policy.Configure an Agent Group Configure an agent group for accessing the service hosted on your premises behind the fire wall.1.Click Configure Agents .The Select an Agent Group page appears.2.Click the name of the agent group.3.Click Use.To configure an agent group, you must download and install the on-premises connectivity agent.See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .Test the Connection Test your connection to ensure that it's configured successfully.1.In the page title bar, click Test.What happens next depends on whether your adapter connection uses a Web Services Description Language (WSDL) file.Only some adapter connections use WSDLs.If Your Connection...Then... Doesnt use a WSDL The test starts automatically and validates the inputs you provided for the connection.Chapter 2 Create a Connection 2-4If Your Connection...Then...Uses a WSDL A dialog prompts you to select the type of connection testing to perform: Validate and Test : Performs a full validation of the WSDL, including processing of the imported schemas and WSDLs.
This is only required if you selected Username Password Token as the security policy.Configure an Agent Group Configure an agent group for accessing the service hosted on your premises behind the fire wall.1.Click Configure Agents .The Select an Agent Group page appears.2.Click the name of the agent group.3.Click Use.To configure an agent group, you must download and install the on-premises connectivity agent.See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .Test the Connection Test your connection to ensure that it's configured successfully.1.In the page title bar, click Test.What happens next depends on whether your adapter connection uses a Web Services Description Language (WSDL) file.Only some adapter connections use WSDLs.If Your Connection...Then... Doesnt use a WSDL The test starts automatically and validates the inputs you provided for the connection.Chapter 2 Create a Connection 2-4If Your Connection...Then...Uses a WSDL A dialog prompts you to select the type of connection testing to perform: Validate and Test : Performs a full validation of the WSDL, including processing of the imported schemas and WSDLs.Complete validation can take several minutes depending on the number of imported schemas and WSDLs.
Configure an Agent Group Configure an agent group for accessing the service hosted on your premises behind the fire wall.1.Click Configure Agents .The Select an Agent Group page appears.2.Click the name of the agent group.3.Click Use.To configure an agent group, you must download and install the on-premises connectivity agent.See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .Test the Connection Test your connection to ensure that it's configured successfully.1.In the page title bar, click Test.What happens next depends on whether your adapter connection uses a Web Services Description Language (WSDL) file.Only some adapter connections use WSDLs.If Your Connection...Then... Doesnt use a WSDL The test starts automatically and validates the inputs you provided for the connection.Chapter 2 Create a Connection 2-4If Your Connection...Then...Uses a WSDL A dialog prompts you to select the type of connection testing to perform: Validate and Test : Performs a full validation of the WSDL, including processing of the imported schemas and WSDLs.Complete validation can take several minutes depending on the number of imported schemas and WSDLs.No requests are sent to the operations exposed in the WSDL.
1.Click Configure Agents .The Select an Agent Group page appears.2.Click the name of the agent group.3.Click Use.To configure an agent group, you must download and install the on-premises connectivity agent.See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .Test the Connection Test your connection to ensure that it's configured successfully.1.In the page title bar, click Test.What happens next depends on whether your adapter connection uses a Web Services Description Language (WSDL) file.Only some adapter connections use WSDLs.If Your Connection...Then... Doesnt use a WSDL The test starts automatically and validates the inputs you provided for the connection.Chapter 2 Create a Connection 2-4If Your Connection...Then...Uses a WSDL A dialog prompts you to select the type of connection testing to perform: Validate and Test : Performs a full validation of the WSDL, including processing of the imported schemas and WSDLs.Complete validation can take several minutes depending on the number of imported schemas and WSDLs.No requests are sent to the operations exposed in the WSDL.Test: Connects to the WSDL URL and performs a syntax check on the WSDL.
The Select an Agent Group page appears.2.Click the name of the agent group.3.Click Use.To configure an agent group, you must download and install the on-premises connectivity agent.See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .Test the Connection Test your connection to ensure that it's configured successfully.1.In the page title bar, click Test.What happens next depends on whether your adapter connection uses a Web Services Description Language (WSDL) file.Only some adapter connections use WSDLs.If Your Connection...Then... Doesnt use a WSDL The test starts automatically and validates the inputs you provided for the connection.Chapter 2 Create a Connection 2-4If Your Connection...Then...Uses a WSDL A dialog prompts you to select the type of connection testing to perform: Validate and Test : Performs a full validation of the WSDL, including processing of the imported schemas and WSDLs.Complete validation can take several minutes depending on the number of imported schemas and WSDLs.No requests are sent to the operations exposed in the WSDL.Test: Connects to the WSDL URL and performs a syntax check on the WSDL.No requests are sent to the operations exposed in the WSDL.
2.Click the name of the agent group.3.Click Use.To configure an agent group, you must download and install the on-premises connectivity agent.See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .Test the Connection Test your connection to ensure that it's configured successfully.1.In the page title bar, click Test.What happens next depends on whether your adapter connection uses a Web Services Description Language (WSDL) file.Only some adapter connections use WSDLs.If Your Connection...Then... Doesnt use a WSDL The test starts automatically and validates the inputs you provided for the connection.Chapter 2 Create a Connection 2-4If Your Connection...Then...Uses a WSDL A dialog prompts you to select the type of connection testing to perform: Validate and Test : Performs a full validation of the WSDL, including processing of the imported schemas and WSDLs.Complete validation can take several minutes depending on the number of imported schemas and WSDLs.No requests are sent to the operations exposed in the WSDL.Test: Connects to the WSDL URL and performs a syntax check on the WSDL.No requests are sent to the operations exposed in the WSDL.2.Wait for a message about the results of the connection test.
3.Click Use.To configure an agent group, you must download and install the on-premises connectivity agent.See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .Test the Connection Test your connection to ensure that it's configured successfully.1.In the page title bar, click Test.What happens next depends on whether your adapter connection uses a Web Services Description Language (WSDL) file.Only some adapter connections use WSDLs.If Your Connection...Then... Doesnt use a WSDL The test starts automatically and validates the inputs you provided for the connection.Chapter 2 Create a Connection 2-4If Your Connection...Then...Uses a WSDL A dialog prompts you to select the type of connection testing to perform: Validate and Test : Performs a full validation of the WSDL, including processing of the imported schemas and WSDLs.Complete validation can take several minutes depending on the number of imported schemas and WSDLs.No requests are sent to the operations exposed in the WSDL.Test: Connects to the WSDL URL and performs a syntax check on the WSDL.No requests are sent to the operations exposed in the WSDL.2.Wait for a message about the results of the connection test.If the test was successful, then the connection is configured properly.
To configure an agent group, you must download and install the on-premises connectivity agent.See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .Test the Connection Test your connection to ensure that it's configured successfully.1.In the page title bar, click Test.What happens next depends on whether your adapter connection uses a Web Services Description Language (WSDL) file.Only some adapter connections use WSDLs.If Your Connection...Then... Doesnt use a WSDL The test starts automatically and validates the inputs you provided for the connection.Chapter 2 Create a Connection 2-4If Your Connection...Then...Uses a WSDL A dialog prompts you to select the type of connection testing to perform: Validate and Test : Performs a full validation of the WSDL, including processing of the imported schemas and WSDLs.Complete validation can take several minutes depending on the number of imported schemas and WSDLs.No requests are sent to the operations exposed in the WSDL.Test: Connects to the WSDL URL and performs a syntax check on the WSDL.No requests are sent to the operations exposed in the WSDL.2.Wait for a message about the results of the connection test.If the test was successful, then the connection is configured properly.If the test failed, then edit the configuration details you entered.
See Download and Run the Connectivity Agent Installer and About Connectivity Agents and Integrations Between On-Premises Applications and Oracle Integration in Using Integrations in Oracle Integration Generation 2 .Test the Connection Test your connection to ensure that it's configured successfully.1.In the page title bar, click Test.What happens next depends on whether your adapter connection uses a Web Services Description Language (WSDL) file.Only some adapter connections use WSDLs.If Your Connection...Then... Doesnt use a WSDL The test starts automatically and validates the inputs you provided for the connection.Chapter 2 Create a Connection 2-4If Your Connection...Then...Uses a WSDL A dialog prompts you to select the type of connection testing to perform: Validate and Test : Performs a full validation of the WSDL, including processing of the imported schemas and WSDLs.Complete validation can take several minutes depending on the number of imported schemas and WSDLs.No requests are sent to the operations exposed in the WSDL.Test: Connects to the WSDL URL and performs a syntax check on the WSDL.No requests are sent to the operations exposed in the WSDL.2.Wait for a message about the results of the connection test.If the test was successful, then the connection is configured properly.If the test failed, then edit the configuration details you entered.Check for typos, verify URLs and credentials, and download the diagnostic logs for additional details.
Test the Connection Test your connection to ensure that it's configured successfully.1.In the page title bar, click Test.What happens next depends on whether your adapter connection uses a Web Services Description Language (WSDL) file.Only some adapter connections use WSDLs.If Your Connection...Then... Doesnt use a WSDL The test starts automatically and validates the inputs you provided for the connection.Chapter 2 Create a Connection 2-4If Your Connection...Then...Uses a WSDL A dialog prompts you to select the type of connection testing to perform: Validate and Test : Performs a full validation of the WSDL, including processing of the imported schemas and WSDLs.Complete validation can take several minutes depending on the number of imported schemas and WSDLs.No requests are sent to the operations exposed in the WSDL.Test: Connects to the WSDL URL and performs a syntax check on the WSDL.No requests are sent to the operations exposed in the WSDL.2.Wait for a message about the results of the connection test.If the test was successful, then the connection is configured properly.If the test failed, then edit the configuration details you entered.Check for typos, verify URLs and credentials, and download the diagnostic logs for additional details.Continue to test until the connection is successful.
1.In the page title bar, click Test.What happens next depends on whether your adapter connection uses a Web Services Description Language (WSDL) file.Only some adapter connections use WSDLs.If Your Connection...Then... Doesnt use a WSDL The test starts automatically and validates the inputs you provided for the connection.Chapter 2 Create a Connection 2-4If Your Connection...Then...Uses a WSDL A dialog prompts you to select the type of connection testing to perform: Validate and Test : Performs a full validation of the WSDL, including processing of the imported schemas and WSDLs.Complete validation can take several minutes depending on the number of imported schemas and WSDLs.No requests are sent to the operations exposed in the WSDL.Test: Connects to the WSDL URL and performs a syntax check on the WSDL.No requests are sent to the operations exposed in the WSDL.2.Wait for a message about the results of the connection test.If the test was successful, then the connection is configured properly.If the test failed, then edit the configuration details you entered.Check for typos, verify URLs and credentials, and download the diagnostic logs for additional details.Continue to test until the connection is successful.3.When complete, click Save .Chapter 2 Create a Connection 2-53 Add the IBM MQ Series JMS Adapter Connection to an Integration When you drag the IBM MQ Series JMS Adapter into the trigger or invoke area of an integration, the Adapter Endpoint Configuration Wizard is invoked.
What happens next depends on whether your adapter connection uses a Web Services Description Language (WSDL) file.Only some adapter connections use WSDLs.If Your Connection...Then... Doesnt use a WSDL The test starts automatically and validates the inputs you provided for the connection.Chapter 2 Create a Connection 2-4If Your Connection...Then...Uses a WSDL A dialog prompts you to select the type of connection testing to perform: Validate and Test : Performs a full validation of the WSDL, including processing of the imported schemas and WSDLs.Complete validation can take several minutes depending on the number of imported schemas and WSDLs.No requests are sent to the operations exposed in the WSDL.Test: Connects to the WSDL URL and performs a syntax check on the WSDL.No requests are sent to the operations exposed in the WSDL.2.Wait for a message about the results of the connection test.If the test was successful, then the connection is configured properly.If the test failed, then edit the configuration details you entered.Check for typos, verify URLs and credentials, and download the diagnostic logs for additional details.Continue to test until the connection is successful.3.When complete, click Save .Chapter 2 Create a Connection 2-53 Add the IBM MQ Series JMS Adapter Connection to an Integration When you drag the IBM MQ Series JMS Adapter into the trigger or invoke area of an integration, the Adapter Endpoint Configuration Wizard is invoked.This wizard guides you through configuration of the IBM MQ Series JMS Adapter endpoint properties.
Only some adapter connections use WSDLs.If Your Connection...Then... Doesnt use a WSDL The test starts automatically and validates the inputs you provided for the connection.Chapter 2 Create a Connection 2-4If Your Connection...Then...Uses a WSDL A dialog prompts you to select the type of connection testing to perform: Validate and Test : Performs a full validation of the WSDL, including processing of the imported schemas and WSDLs.Complete validation can take several minutes depending on the number of imported schemas and WSDLs.No requests are sent to the operations exposed in the WSDL.Test: Connects to the WSDL URL and performs a syntax check on the WSDL.No requests are sent to the operations exposed in the WSDL.2.Wait for a message about the results of the connection test.If the test was successful, then the connection is configured properly.If the test failed, then edit the configuration details you entered.Check for typos, verify URLs and credentials, and download the diagnostic logs for additional details.Continue to test until the connection is successful.3.When complete, click Save .Chapter 2 Create a Connection 2-53 Add the IBM MQ Series JMS Adapter Connection to an Integration When you drag the IBM MQ Series JMS Adapter into the trigger or invoke area of an integration, the Adapter Endpoint Configuration Wizard is invoked.This wizard guides you through configuration of the IBM MQ Series JMS Adapter endpoint properties.The following sections describe the wizard pages that guide you through configuration of the IBM MQ Series JMS Adapter as a trigger or invoke in an integration.
If Your Connection...Then... Doesnt use a WSDL The test starts automatically and validates the inputs you provided for the connection.Chapter 2 Create a Connection 2-4If Your Connection...Then...Uses a WSDL A dialog prompts you to select the type of connection testing to perform: Validate and Test : Performs a full validation of the WSDL, including processing of the imported schemas and WSDLs.Complete validation can take several minutes depending on the number of imported schemas and WSDLs.No requests are sent to the operations exposed in the WSDL.Test: Connects to the WSDL URL and performs a syntax check on the WSDL.No requests are sent to the operations exposed in the WSDL.2.Wait for a message about the results of the connection test.If the test was successful, then the connection is configured properly.If the test failed, then edit the configuration details you entered.Check for typos, verify URLs and credentials, and download the diagnostic logs for additional details.Continue to test until the connection is successful.3.When complete, click Save .Chapter 2 Create a Connection 2-53 Add the IBM MQ Series JMS Adapter Connection to an Integration When you drag the IBM MQ Series JMS Adapter into the trigger or invoke area of an integration, the Adapter Endpoint Configuration Wizard is invoked.This wizard guides you through configuration of the IBM MQ Series JMS Adapter endpoint properties.The following sections describe the wizard pages that guide you through configuration of the IBM MQ Series JMS Adapter as a trigger or invoke in an integration.Topics Basic Info Page Configuration for Queue or Topic Page Headers Page Summary Page Basic Info Page You can enter a name, description, and destination queue for the IBM MQ Series JMS Adapter on the Basic Info page.
Uses a WSDL A dialog prompts you to select the type of connection testing to perform: Validate and Test : Performs a full validation of the WSDL, including processing of the imported schemas and WSDLs.Complete validation can take several minutes depending on the number of imported schemas and WSDLs.No requests are sent to the operations exposed in the WSDL.Test: Connects to the WSDL URL and performs a syntax check on the WSDL.No requests are sent to the operations exposed in the WSDL.2.Wait for a message about the results of the connection test.If the test was successful, then the connection is configured properly.If the test failed, then edit the configuration details you entered.Check for typos, verify URLs and credentials, and download the diagnostic logs for additional details.Continue to test until the connection is successful.3.When complete, click Save .Chapter 2 Create a Connection 2-53 Add the IBM MQ Series JMS Adapter Connection to an Integration When you drag the IBM MQ Series JMS Adapter into the trigger or invoke area of an integration, the Adapter Endpoint Configuration Wizard is invoked.This wizard guides you through configuration of the IBM MQ Series JMS Adapter endpoint properties.The following sections describe the wizard pages that guide you through configuration of the IBM MQ Series JMS Adapter as a trigger or invoke in an integration.Topics Basic Info Page Configuration for Queue or Topic Page Headers Page Summary Page 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?
Complete validation can take several minutes depending on the number of imported schemas and WSDLs.No requests are sent to the operations exposed in the WSDL.Test: Connects to the WSDL URL and performs a syntax check on the WSDL.No requests are sent to the operations exposed in the WSDL.2.Wait for a message about the results of the connection test.If the test was successful, then the connection is configured properly.If the test failed, then edit the configuration details you entered.Check for typos, verify URLs and credentials, and download the diagnostic logs for additional details.Continue to test until the connection is successful.3.When complete, click Save .Chapter 2 Create a Connection 2-53 Add the IBM MQ Series JMS Adapter Connection to an Integration When you drag the IBM MQ Series JMS Adapter into the trigger or invoke area of an integration, the Adapter Endpoint Configuration Wizard is invoked.This wizard guides you through configuration of the IBM MQ Series JMS Adapter endpoint properties.The following sections describe the wizard pages that guide you through configuration of the IBM MQ Series JMS Adapter as a trigger or invoke in an integration.Topics Basic Info Page Configuration for Queue or Topic Page Headers Page Summary Page 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.
No requests are sent to the operations exposed in the WSDL.Test: Connects to the WSDL URL and performs a syntax check on the WSDL.No requests are sent to the operations exposed in the WSDL.2.Wait for a message about the results of the connection test.If the test was successful, then the connection is configured properly.If the test failed, then edit the configuration details you entered.Check for typos, verify URLs and credentials, and download the diagnostic logs for additional details.Continue to test until the connection is successful.3.When complete, click Save .Chapter 2 Create a Connection 2-53 Add the IBM MQ Series JMS Adapter Connection to an Integration When you drag the IBM MQ Series JMS Adapter into the trigger or invoke area of an integration, the Adapter Endpoint Configuration Wizard is invoked.This wizard guides you through configuration of the IBM MQ Series JMS Adapter endpoint properties.The following sections describe the wizard pages that guide you through configuration of the IBM MQ Series JMS Adapter as a trigger or invoke in an integration.Topics Basic Info Page Configuration for Queue or Topic Page Headers Page Summary Page 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.
Test: Connects to the WSDL URL and performs a syntax check on the WSDL.No requests are sent to the operations exposed in the WSDL.2.Wait for a message about the results of the connection test.If the test was successful, then the connection is configured properly.If the test failed, then edit the configuration details you entered.Check for typos, verify URLs and credentials, and download the diagnostic logs for additional details.Continue to test until the connection is successful.3.When complete, click Save .Chapter 2 Create a Connection 2-53 Add the IBM MQ Series JMS Adapter Connection to an Integration When you drag the IBM MQ Series JMS Adapter into the trigger or invoke area of an integration, the Adapter Endpoint Configuration Wizard is invoked.This wizard guides you through configuration of the IBM MQ Series JMS Adapter endpoint properties.The following sections describe the wizard pages that guide you through configuration of the IBM MQ Series JMS Adapter as a trigger or invoke in an integration.Topics Basic Info Page Configuration for Queue or Topic Page Headers Page Summary Page 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?
No requests are sent to the operations exposed in the WSDL.2.Wait for a message about the results of the connection test.If the test was successful, then the connection is configured properly.If the test failed, then edit the configuration details you entered.Check for typos, verify URLs and credentials, and download the diagnostic logs for additional details.Continue to test until the connection is successful.3.When complete, click Save .Chapter 2 Create a Connection 2-53 Add the IBM MQ Series JMS Adapter Connection to an Integration When you drag the IBM MQ Series JMS Adapter into the trigger or invoke area of an integration, the Adapter Endpoint Configuration Wizard is invoked.This wizard guides you through configuration of the IBM MQ Series JMS Adapter endpoint properties.The following sections describe the wizard pages that guide you through configuration of the IBM MQ Series JMS Adapter as a trigger or invoke in an integration.Topics Basic Info Page Configuration for Queue or Topic Page Headers Page Summary Page 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.
2.Wait for a message about the results of the connection test.If the test was successful, then the connection is configured properly.If the test failed, then edit the configuration details you entered.Check for typos, verify URLs and credentials, and download the diagnostic logs for additional details.Continue to test until the connection is successful.3.When complete, click Save .Chapter 2 Create a Connection 2-53 Add the IBM MQ Series JMS Adapter Connection to an Integration When you drag the IBM MQ Series JMS Adapter into the trigger or invoke area of an integration, the Adapter Endpoint Configuration Wizard is invoked.This wizard guides you through configuration of the IBM MQ Series JMS Adapter endpoint properties.The following sections describe the wizard pages that guide you through configuration of the IBM MQ Series JMS Adapter as a trigger or invoke in an integration.Topics Basic Info Page Configuration for Queue or Topic Page Headers Page Summary Page 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.
If the test was successful, then the connection is configured properly.If the test failed, then edit the configuration details you entered.Check for typos, verify URLs and credentials, and download the diagnostic logs for additional details.Continue to test until the connection is successful.3.When complete, click Save .Chapter 2 Create a Connection 2-53 Add the IBM MQ Series JMS Adapter Connection to an Integration When you drag the IBM MQ Series JMS Adapter into the trigger or invoke area of an integration, the Adapter Endpoint Configuration Wizard is invoked.This wizard guides you through configuration of the IBM MQ Series JMS Adapter endpoint properties.The following sections describe the wizard pages that guide you through configuration of the IBM MQ Series JMS Adapter as a trigger or invoke in an integration.Topics Basic Info Page Configuration for Queue or Topic Page Headers Page Summary Page 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.3-1Element Description Destination Type Specify whether the JMS destination is a queue or a topic.
If the test failed, then edit the configuration details you entered.Check for typos, verify URLs and credentials, and download the diagnostic logs for additional details.Continue to test until the connection is successful.3.When complete, click Save .Chapter 2 Create a Connection 2-53 Add the IBM MQ Series JMS Adapter Connection to an Integration When you drag the IBM MQ Series JMS Adapter into the trigger or invoke area of an integration, the Adapter Endpoint Configuration Wizard is invoked.This wizard guides you through configuration of the IBM MQ Series JMS Adapter endpoint properties.The following sections describe the wizard pages that guide you through configuration of the IBM MQ Series JMS Adapter as a trigger or invoke in an integration.Topics Basic Info Page Configuration for Queue or Topic Page Headers Page Summary Page 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.3-1Element Description 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.
Check for typos, verify URLs and credentials, and download the diagnostic logs for additional details.Continue to test until the connection is successful.3.When complete, click Save .Chapter 2 Create a Connection 2-53 Add the IBM MQ Series JMS Adapter Connection to an Integration When you drag the IBM MQ Series JMS Adapter into the trigger or invoke area of an integration, the Adapter Endpoint Configuration Wizard is invoked.This wizard guides you through configuration of the IBM MQ Series JMS Adapter endpoint properties.The following sections describe the wizard pages that guide you through configuration of the IBM MQ Series JMS Adapter as a trigger or invoke in an integration.Topics Basic Info Page Configuration for Queue or Topic Page Headers Page Summary Page 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.3-1Element Description 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.
Continue to test until the connection is successful.3.When complete, click Save .Chapter 2 Create a Connection 2-53 Add the IBM MQ Series JMS Adapter Connection to an Integration When you drag the IBM MQ Series JMS Adapter into the trigger or invoke area of an integration, the Adapter Endpoint Configuration Wizard is invoked.This wizard guides you through configuration of the IBM MQ Series JMS Adapter endpoint properties.The following sections describe the wizard pages that guide you through configuration of the IBM MQ Series JMS Adapter as a trigger or invoke in an integration.Topics Basic Info Page Configuration for Queue or Topic Page Headers Page Summary Page 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.3-1Element Description 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.
3.When complete, click Save .Chapter 2 Create a Connection 2-53 Add the IBM MQ Series JMS Adapter Connection to an Integration When you drag the IBM MQ Series JMS Adapter into the trigger or invoke area of an integration, the Adapter Endpoint Configuration Wizard is invoked.This wizard guides you through configuration of the IBM MQ Series JMS Adapter endpoint properties.The following sections describe the wizard pages that guide you through configuration of the IBM MQ Series JMS Adapter as a trigger or invoke in an integration.Topics Basic Info Page Configuration for Queue or Topic Page Headers Page Summary Page 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.3-1Element Description 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.Configuration for Queue or Topic Page Select and configure the queue or topic destination name for the IBM MQ Series JMS Adapter.
This wizard guides you through configuration of the IBM MQ Series JMS Adapter endpoint properties.The following sections describe the wizard pages that guide you through configuration of the IBM MQ Series JMS Adapter as a trigger or invoke in an integration.Topics Basic Info Page Configuration for Queue or Topic Page Headers Page Summary Page 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.3-1Element Description 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.Configuration for Queue or Topic Page Select and configure the queue or topic destination name for the IBM MQ Series JMS Adapter.Element Description Destination Name Select the queue or topic destination name.
The following sections describe the wizard pages that guide you through configuration of the IBM MQ Series JMS Adapter as a trigger or invoke in an integration.Topics Basic Info Page Configuration for Queue or Topic Page Headers Page Summary Page 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.3-1Element Description 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.Configuration for Queue or Topic Page Select and configure the queue or topic destination name for the IBM MQ Series JMS Adapter.Element Description Destination Name Select the queue or topic destination name.The values available are based on whether you selected Queue or Topic on the Basic Info page.
Topics Basic Info Page Configuration for Queue or Topic Page Headers Page Summary Page 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.3-1Element Description 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.Configuration for Queue or Topic Page Select and configure the queue or topic destination name for the IBM MQ Series JMS Adapter.Element Description Destination Name Select the queue or topic destination name.The values available are based on whether you selected Queue or Topic on the Basic Info page.Message Type Select the message body type.
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.3-1Element Description 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.Configuration for Queue or Topic Page Select and configure the queue or topic destination name for the IBM MQ Series JMS Adapter.Element Description Destination Name Select the queue or topic destination name.The values available are based on whether you selected Queue or Topic on the Basic Info page.Message Type Select the message body type.Text Message : Sends a message containing a java.lang.String .
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.3-1Element Description 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.Configuration for Queue or Topic Page Select and configure the queue or topic destination name for the IBM MQ Series JMS Adapter.Element Description Destination Name Select the queue or topic destination name.The values available are based on whether you selected Queue or Topic on the Basic Info page.Message Type Select the message body type.Text Message : Sends a message containing a java.lang.String .This message type transports text- based messages, including those with XML content.
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.3-1Element Description 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.Configuration for Queue or Topic Page Select and configure the queue or topic destination name for the IBM MQ Series JMS Adapter.Element Description Destination Name Select the queue or topic destination name.The values available are based on whether you selected Queue or Topic on the Basic Info page.Message Type Select the message body type.Text Message : Sends a message containing a java.lang.String .This message type transports text- based messages, including those with XML content.Bytes Message : Sends a message containing a stream of uninterpreted bytes.
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.3-1Element Description 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.Configuration for Queue or Topic Page Select and configure the queue or topic destination name for the IBM MQ Series JMS Adapter.Element Description Destination Name Select the queue or topic destination name.The values available are based on whether you selected Queue or Topic on the Basic Info page.Message Type Select the message body type.Text Message : Sends a message containing a java.lang.String .This message type transports text- based messages, including those with XML content.Bytes Message : Sends a message containing a stream of uninterpreted bytes.This message type is for client encoding of existing message formats.
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.3-1Element Description 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.Configuration for Queue or Topic Page Select and configure the queue or topic destination name for the IBM MQ Series JMS Adapter.Element Description Destination Name Select the queue or topic destination name.The values available are based on whether you selected Queue or Topic on the Basic Info page.Message Type Select the message body type.Text Message : Sends a message containing a java.lang.String .This message type transports text- based messages, including those with XML content.Bytes Message : Sends a message containing a stream of uninterpreted bytes.This message type is for client encoding of existing message formats.Durable Subscriber (Is displayed if you selected Topic on the Basic Info page.
For example: This connection receives an inbound request to synchronize account information with the cloud application.3-1Element Description 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.Configuration for Queue or Topic Page Select and configure the queue or topic destination name for the IBM MQ Series JMS Adapter.Element Description Destination Name Select the queue or topic destination name.The values available are based on whether you selected Queue or Topic on the Basic Info page.Message Type Select the message body type.Text Message : Sends a message containing a java.lang.String .This message type transports text- based messages, including those with XML content.Bytes Message : Sends a message containing a stream of uninterpreted bytes.This message type is for client encoding of existing message formats.Durable Subscriber (Is displayed if you selected Topic on the Basic Info page.)This field is optional.
3-1Element Description 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.Configuration for Queue or Topic Page Select and configure the queue or topic destination name for the IBM MQ Series JMS Adapter.Element Description Destination Name Select the queue or topic destination name.The values available are based on whether you selected Queue or Topic on the Basic Info page.Message Type Select the message body type.Text Message : Sends a message containing a java.lang.String .This message type transports text- based messages, including those with XML content.Bytes Message : Sends a message containing a stream of uninterpreted bytes.This message type is for client encoding of existing message formats.Durable Subscriber (Is displayed if you selected Topic on the Basic Info page.)This field is optional.If you are setting up a durable subscriber, a durable subscriber ID is required.
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.Configuration for Queue or Topic Page Select and configure the queue or topic destination name for the IBM MQ Series JMS Adapter.Element Description Destination Name Select the queue or topic destination name.The values available are based on whether you selected Queue or Topic on the Basic Info page.Message Type Select the message body type.Text Message : Sends a message containing a java.lang.String .This message type transports text- based messages, including those with XML content.Bytes Message : Sends a message containing a stream of uninterpreted bytes.This message type is for client encoding of existing message formats.Durable Subscriber (Is displayed if you selected Topic on the Basic Info page.)This field is optional.If you are setting up a durable subscriber, a durable subscriber ID is required.A subscriber generally loses messages if it becomes disconnected.
Queue: A queue means a message goes to only one possible subscriber.Topic: A topic means a message goes to every subscriber.Configuration for Queue or Topic Page Select and configure the queue or topic destination name for the IBM MQ Series JMS Adapter.Element Description Destination Name Select the queue or topic destination name.The values available are based on whether you selected Queue or Topic on the Basic Info page.Message Type Select the message body type.Text Message : Sends a message containing a java.lang.String .This message type transports text- based messages, including those with XML content.Bytes Message : Sends a message containing a stream of uninterpreted bytes.This message type is for client encoding of existing message formats.Durable Subscriber (Is displayed if you selected Topic on the Basic Info page.)This field is optional.If you are setting up a durable subscriber, a durable subscriber ID is required.A subscriber generally loses messages if it becomes disconnected.However, a durable subscriber downloads stored messages when it reconnects.
Topic: A topic means a message goes to every subscriber.Configuration for Queue or Topic Page Select and configure the queue or topic destination name for the IBM MQ Series JMS Adapter.Element Description Destination Name Select the queue or topic destination name.The values available are based on whether you selected Queue or Topic on the Basic Info page.Message Type Select the message body type.Text Message : Sends a message containing a java.lang.String .This message type transports text- based messages, including those with XML content.Bytes Message : Sends a message containing a stream of uninterpreted bytes.This message type is for client encoding of existing message formats.Durable Subscriber (Is displayed if you selected Topic on the Basic Info page.)This field is optional.If you are setting up a durable subscriber, a durable subscriber ID is required.A subscriber generally loses messages if it becomes disconnected.However, a durable subscriber downloads stored messages when it reconnects.This ensures that consumers receive messages that were published even when the subscribers were not running.
Configuration for Queue or Topic Page Select and configure the queue or topic destination name for the IBM MQ Series JMS Adapter.Element Description Destination Name Select the queue or topic destination name.The values available are based on whether you selected Queue or Topic on the Basic Info page.Message Type Select the message body type.Text Message : Sends a message containing a java.lang.String .This message type transports text- based messages, including those with XML content.Bytes Message : Sends a message containing a stream of uninterpreted bytes.This message type is for client encoding of existing message formats.Durable Subscriber (Is displayed if you selected Topic on the Basic Info page.)This field is optional.If you are setting up a durable subscriber, a durable subscriber ID is required.A subscriber generally loses messages if it becomes disconnected.However, a durable subscriber downloads stored messages when it reconnects.This ensures that consumers receive messages that were published even when the subscribers were not running.These messages are persisted by the JMS provider and are either sent to the consumer when it becomes active again or purged from storage if the message expires.
Element Description Destination Name Select the queue or topic destination name.The values available are based on whether you selected Queue or Topic on the Basic Info page.Message Type Select the message body type.Text Message : Sends a message containing a java.lang.String .This message type transports text- based messages, including those with XML content.Bytes Message : Sends a message containing a stream of uninterpreted bytes.This message type is for client encoding of existing message formats.Durable Subscriber (Is displayed if you selected Topic on the Basic Info page.)This field is optional.If you are setting up a durable subscriber, a durable subscriber ID is required.A subscriber generally loses messages if it becomes disconnected.However, a durable subscriber downloads stored messages when it reconnects.This ensures that consumers receive messages that were published even when the subscribers were not running.These messages are persisted by the JMS provider and are either sent to the consumer when it becomes active again or purged from storage if the message expires.Subscription Name (Is displayed if you selected Topic on the Basic Info page.
The values available are based on whether you selected Queue or Topic on the Basic Info page.Message Type Select the message body type.Text Message : Sends a message containing a java.lang.String .This message type transports text- based messages, including those with XML content.Bytes Message : Sends a message containing a stream of uninterpreted bytes.This message type is for client encoding of existing message formats.Durable Subscriber (Is displayed if you selected Topic on the Basic Info page.)This field is optional.If you are setting up a durable subscriber, a durable subscriber ID is required.A subscriber generally loses messages if it becomes disconnected.However, a durable subscriber downloads stored messages when it reconnects.This ensures that consumers receive messages that were published even when the subscribers were not running.These messages are persisted by the JMS provider and are either sent to the consumer when it becomes active again or purged from storage if the message expires.Subscription Name (Is displayed if you selected Topic on the Basic Info page.)Enter the durable subscriber ID.
Message Type Select the message body type.Text Message : Sends a message containing a java.lang.String .This message type transports text- based messages, including those with XML content.Bytes Message : Sends a message containing a stream of uninterpreted bytes.This message type is for client encoding of existing message formats.Durable Subscriber (Is displayed if you selected Topic on the Basic Info page.)This field is optional.If you are setting up a durable subscriber, a durable subscriber ID is required.A subscriber generally loses messages if it becomes disconnected.However, a durable subscriber downloads stored messages when it reconnects.This ensures that consumers receive messages that were published even when the subscribers were not running.These messages are persisted by the JMS provider and are either sent to the consumer when it becomes active again or purged from storage if the message expires.Subscription Name (Is displayed if you selected Topic on the Basic Info page.)Enter the durable subscriber ID.This field is displayed if you selected Yes for Durable Subscriber .
Text Message : Sends a message containing a java.lang.String .This message type transports text- based messages, including those with XML content.Bytes Message : Sends a message containing a stream of uninterpreted bytes.This message type is for client encoding of existing message formats.Durable Subscriber (Is displayed if you selected Topic on the Basic Info page.)This field is optional.If you are setting up a durable subscriber, a durable subscriber ID is required.A subscriber generally loses messages if it becomes disconnected.However, a durable subscriber downloads stored messages when it reconnects.This ensures that consumers receive messages that were published even when the subscribers were not running.These messages are persisted by the JMS provider and are either sent to the consumer when it becomes active again or purged from storage if the message expires.Subscription Name (Is displayed if you selected Topic on the Basic Info page.)Enter the durable subscriber ID.This field is displayed if you selected Yes for Durable Subscriber .Time to Live (Is displayed if you selected Queue on the Basic Info page.
This message type transports text- based messages, including those with XML content.Bytes Message : Sends a message containing a stream of uninterpreted bytes.This message type is for client encoding of existing message formats.Durable Subscriber (Is displayed if you selected Topic on the Basic Info page.)This field is optional.If you are setting up a durable subscriber, a durable subscriber ID is required.A subscriber generally loses messages if it becomes disconnected.However, a durable subscriber downloads stored messages when it reconnects.This ensures that consumers receive messages that were published even when the subscribers were not running.These messages are persisted by the JMS provider and are either sent to the consumer when it becomes active again or purged from storage if the message expires.Subscription Name (Is displayed if you selected Topic on the Basic Info page.)Enter the durable subscriber ID.This field is displayed if you selected Yes for Durable Subscriber .Time to Live (Is displayed if you selected Queue on the Basic Info page.)Specify the time to live (the amount of time before a message expires and is no longer available for consumption).Chapter 3 Configuration for Queue or Topic Page 3-2Element Description Delivery Mode (Is displayed if you selected Queue on the Basic Info page.
Bytes Message : Sends a message containing a stream of uninterpreted bytes.This message type is for client encoding of existing message formats.Durable Subscriber (Is displayed if you selected Topic on the Basic Info page.)This field is optional.If you are setting up a durable subscriber, a durable subscriber ID is required.A subscriber generally loses messages if it becomes disconnected.However, a durable subscriber downloads stored messages when it reconnects.This ensures that consumers receive messages that were published even when the subscribers were not running.These messages are persisted by the JMS provider and are either sent to the consumer when it becomes active again or purged from storage if the message expires.Subscription Name (Is displayed if you selected Topic on the Basic Info page.)Enter the durable subscriber ID.This field is displayed if you selected Yes for Durable Subscriber .Time to Live (Is displayed if you selected Queue on the Basic Info page.)Specify the time to live (the amount of time before a message expires and is no longer available for consumption).Chapter 3 Configuration for Queue or Topic Page 3-2Element Description Delivery Mode (Is displayed if you selected Queue on the Basic Info page.)Persistent : Specifies a persistent JMS publisher; that is, a publisher that stores messages for later use by a durable subscriber.