What is the cause of "TibrvException[error=2,message=Destroyed transport]" in a TIBCO Rendezvous (RV) client application?

What is the cause of "TibrvException[error=2,message=Destroyed transport]" in a TIBCO Rendezvous (RV) client application?

book

Article ID: KB0089902

calendar_today

Updated On:

Products Versions
TIBCO Rendezvous -
Not Applicable -

Description

Resolution:
Environment:
------------------

TIBCO Rendezvous- All versions
All OS Platforms

Description:
-----------------

This exception means that you want to send a message using the TibrvTransport.send() method but the transport has already been destroyed by the method ibrvTransport.destroy()). Check your code to confirm that the transport is not destroyed before the call to the send method.

Issue/Introduction

What is the cause of "TibrvException[error=2,message=Destroyed transport]" in a TIBCO Rendezvous (RV) client application?