How to gracefully disconnect from BusinessWorks for ActiveSpaces plugin.

How to gracefully disconnect from BusinessWorks for ActiveSpaces plugin.

book

Article ID: KB0084529

calendar_today

Updated On:

Products Versions
TIBCO ActiveSpaces -
Not Applicable -

Description

Description:
The BusinessWorks for ActiveSpaces plug-in does not handle disconnects gracefully. When it connects to a cluster as leech and shuts down, then the cluster will suspend member_timeout time. When it connects as a remote client, we still see remote client connections being kept for ten minutes.

Resolution

BusinessWorks for ActiveSpaces plugin does not handle graceful disconnects. In order to do a graceful disconnect, in the BW project add a project with OnShutdown starter, then run the code below.


============

Metaspace metaspace = ASCommon.getMetaspace("msnewspace");

metaspace.closeAll();

============


Issue/Introduction

How to gracefully disconnect from BusinessWorks for ActiveSpaces plugin.

Additional Information