citrusframework / citrus-samples

Citrus sample projects using Java DSL tests and Spring Java configuration
https://citrusframework.org/samples/
71 stars 125 forks source link

Need sample code for connecting to TIBCO EMS #60

Closed suresh-devaki closed 3 years ago

suresh-devaki commented 3 years ago

I could able to prepare and run the testcases successfully by connecting to the Active MQ based on the sample code provided. For our project we need to connect to TIBCO EMS server for testing the application. But there is no sample code available how to connect to the TIBCO EMS server and configure the EMS endpoints. Please provide sample code for the same.

suresh-devaki commented 3 years ago

I could able to connect to TIBCO EMS server as well and executed test cases successfully.