ActiveMQ adapter is used to send messages. Messages are just what they sound like, payloads of data that can be shipped between various systems. These payloads can have headers and properties associated with them This adapter supports 3 types of data formats i.e. CSV, XML and JSON.
UseCase: Agent ActiveMQ Adapter for CSV payload. #
Objective: Test ActiveMQ Inbound adapter for CSV Format #
Pre-requiste: #
- Create Integration.
- Create Metadata Provider, IStructure Repository and Create Flat Message Type.
- Metadata Provider:Agent_ActiveMQ_RabbitMQ_JMS_Metadata
- IStructure Repository: ACtiveMQCSV
- Message Type:Root

Step1:To Create Agent ActiveMQ CSV Inbound Adapter:
- Go to Integration (Example: Agent_new _adapter)
- Click on link AGENT Control Board.
- Go to Adapter Tab and Click on New Button.

Configure Agent RabbitMQ CSV Inbound Adapter: you need to enter adapter properties base on system requirement and Select Connection Destination (Example:Agent LINUX).
Step3: Create Integration and Inbound Interface:
- Inbound Interface: ActiveMQ_Intbound_xml
- Metadata: AgentRabitMQ_ActiveMQ_JMSCSV
- Respository:RAbitMQCSV
- MessageType:Root
- Adapter: ACtiveMQ_outbound_csv

Step4: Do mapping

Step5: Go to Developer console and callout:
Callout:
skyvvasolutions.CallOutControl c = new skyvvasolutions.CallOutControl();
c.returnJSONComplete=true;
c.actionDoIntegrate=false;
c.isCreateMessage=true;
String[] ids= new String[]{‘0011X00000nMzy4QAC’,’0011X00000nMy8jQAC’};
List<skyvvasolutions.CalloutResponse> result = skyvvasolutions.Iservices.invokeCalloutV3(‘ActiveMQ Adapter’,’ActiveMQ_outbound_csv’,ids,’SYNC’,c);
Step5: Check result on Message Monitoring:

ActiveMQ Server: #
Check CSV Data on ActiveMQ Server:
- Open Link: http://18.197.54.48:8161/admin
- Username: admin
- Password: admin
Go to Queue:

click on the Queue name:

Click on Message ID generated on server to see message detail:

