Simple Gupta Posted March 9, 2021 Share Posted March 9, 2021 I have two queries w.r.t Tibco business events 1) We have a service exposed over JMS in BE. This service may receive million of msgs. Now my question is how do we control these many msgs... In Bw, I know we have flow limit and max jobs...But I WANT TO KNOW HOW CAN I CONTROL NUMBER OF JOBS CREATED IN BE 2) We are trying to send a http request to a external system. For making this request, I am using HTTP.sendrequest method. However, this method requires a simple event as input , this simple event should have a http destination and hence an http connection. now the problem comes, whenever the code throws any error, I fix it and then try to relaunch the code in debug and I receive error that port is already in use by http channel. And then I have to put a new port number in http connection. BE does not automatically close http connection and release port. Any idea how can I close connection and release the port 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