we are having a provider(RFA), and a Consumer(Ema).
When subscribing to the MarketDataService from the Consumer, the ServiceName appears on the Provider side through Trep.
However, during application shutdown on the Consumer side, automatic unsubscription calls are made, which we observe at the Provider end. Unfortunately, we can't see the ServiceName on the Provider side during this process. We are not explicitly unsubscribing during the shutdown.
1. During shutdown, is the EMA/Trep responsible for the automatic unsubscription?
2. Do you have any suggestions for retrieving the ServiceName on the Provider side during application shutdown?
NOTE: we are usnig Ema:3.5.0.1, language: Java