-2

Tibco EMS

Created subscriber over $sys.monitor.consumer.create and $sys.monitor.consumer.destroy

subscriber = session.createSubscriber(topic,"target_dest_name like 'xyz.%'", true);

filtering out events based on destination name.

Create event is received as soon as consumer is created on this queue xyz.1

Destroy event is received 15 mins after consumer is destroyed.

Why there is delay in receiving Tibco EMS consumer destroy event ?

Amrish Pandey
  • 800
  • 1
  • 7
  • 11

1 Answers1

0

I noticed this delay was due to tcp keep alive and tcp keep interval and tcp keep probes on the operating system.

Amrish Pandey
  • 800
  • 1
  • 7
  • 11