Abhishek Ghosh 2 Posted April 24, 2019 Share Posted April 24, 2019 Can someone guide me if there is amaven plugin available which I can use to connect Tibco EMS from Team City and send the desired message to aqueue. Link to comment Share on other sites More sharing options...
AJay Tiwari Posted April 26, 2019 Share Posted April 26, 2019 i am wondering why do you want to connect EMS server with Team city can you specify your requirement in detail Link to comment Share on other sites More sharing options...
Abhishek Ghosh 2 Posted April 29, 2019 Author Share Posted April 29, 2019 We have multi-domain architecture where each domain have a dedicated BW application which is used to Deploy new Tibco services to multiple domains(200 plus domains). This application can also be used to Undeploy, Start, Stop, and Delete applications in these environments. This BW application consists of a Master process that runs and listens to a queue in EMS. Messages are dropped into this queue using GEMS to trigger this BW Process. These messages include a command and a list of environments(Tibco domains) to perform that command on. My idea is to automate that using Team City where I would generate the message and connect to EMS and drop the message created with one click. Please let me know if I am not clear on this or need further details. Link to comment Share on other sites More sharing options...
Abhishek Ghosh 2 Posted April 29, 2019 Author Share Posted April 29, 2019 We have multi-domain architecture where each domain have a dedicated BW application which is used to Deploy new Tibco services to multiple domains(200 plus domains). This application can also be used to Undeploy, Start, Stop, and Delete applications in these environments. This BW application consists of a Master process that runs and listens to a queue in EMS. Messages are dropped into this queue using GEMS to trigger this BW Process. These messages include a command and a list of environments(Tibco domains) to perform that command on. My idea is to automate that using Team City where I would generate the message and connect to EMS and drop the message created with one click. Please let me know if I am not clear on this or need further detail Link to comment Share on other sites More sharing options...
BWCS Team Posted May 8, 2019 Share Posted May 8, 2019 There are EMS java samples that ship with EMS installation. Look for the java class that sends the message on JMS queue. You can then invoke it via command line in TeamCity or Jenkins using simple command line like java -cp .... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now