Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Sigma now enables you to connect with ActiveMQ servers to translate messages from sender to receiver. ActiveMQ can connect multiple clients and servers and allows messages to be held in queue, instead of requiring both the client and server to be available simultaneously in order to communicate.

Prerequisites
To create ActiveMQ connections, make sure to copy all the JAR files from the following location in the CT Sigma platform binary:

  • \Intellect Digital Enterprise Platform-20.1.0.0-full.zip\Intellect Digital Enterprise Platform-20.1.0.0-full\Supporting_Jars\Camel_Jars\ ActiveMQ_Jars And place those files in your application WAR files on the app or web server. For example, <Tomcat-Installed-Folder>\webapps\sigma\WEB-INF\lib folder in the above mentioned path.

Perform the following steps to create an ActiveMQ connection in Sigma Studio:

  1. In Sigma Studio, Click Manage > Connectors.



    The Create New Connection page appears as shown in the following screenshot:



  2. Click OTHERS and select the ACTIVEMQ option.



  3. Enter a unique name for the connection in Connection Name field. Here, ActiveMQ_Connection is provided as the connection name.



  4. Provide a valid broker URL for ActiveMQ in ActiveMQ Broker Url field. In this example, the broker URL is given as http://localhost:8161/admin/.
  5. Provide user name for the connection in Username field. In this example, the username is given as admin.
  6. Provide the password for the URL in Password field.
  7. Click Submit to save the connection.



    A success message for creating the connection appears as shown in the following screenshot:



  8. Click Ok.

An ActiveMQ connection is created successfully.

Refer the following pages to send and receive messages using an ActiveMQ server: 

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.