Products | Versions |
---|---|
TIBCO Enterprise Message Service | - |
Not Applicable | - |
Resolution:
Use in the following way to get the active URL from the class "com.tibco.tibjms" using the method.
static java.lang.String getConnectionActiveURL(Connection connection)
Returns a string representing the URL of the server that this connection is currently connected to.
In that, if you pass the connection object, it will retrun the URL of that connection which is being connected
to currently.