Manan Shah 2 Posted June 26, 2019 Share Posted June 26, 2019 We have a requirement to create a REST Service in TIBCO BW 6.5.1 which will be invoked by UI and within this REST Service we want to fetch messagefrom the TIBCO EMS Topic and returned this message in the REST Service response to the UI. We have tried using the "JMS Receive Message" activity in the REST Service process but since there is a limitation in TIBCO BW that a process cannot have 2 Starter activities we are not able to achieve the requirement. Please suggest if there is any other way we canachieve the above requirement. Link to comment Share on other sites More sharing options...
Rahul B Posted June 26, 2019 Share Posted June 26, 2019 You can do it via Wait for JMS Request Link to comment Share on other sites More sharing options...
Manan Shah 2 Posted June 26, 2019 Author Share Posted June 26, 2019 Hi Rahul, Thanks for the suggestion ! Would you be having any sample code for the same Link to comment Share on other sites More sharing options...
Derek Ma 2 Posted July 18, 2019 Share Posted July 18, 2019 TIBCO eFTL can integrate EMS andalso provides REST interfac for REST clientse. You should give eFTL a try. Link to comment Share on other sites More sharing options...
Hitesh Nembhwani Posted July 24, 2019 Share Posted July 24, 2019 assuming you need more than one receiver to process the volume of messages coming in from your frontend UI, why not deploy multiple instances of the same process/app for handling this load 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