Products | Versions |
---|---|
TIBCO Rendezvous | - |
Not Applicable | - |
Resolution:
We do not recommend creating (and destroying) a transport for each message published, instead client application should try to reuse the connection.
It is up to the application developer to determine how they want connections reused. We do recommend that connections be "long-lived" though since it is generally not a good practice to create the connection, create a transport, send a message, and then close everything down. It is much more efficient for resources to be re-used as much as possible.