I have working Java client connecting to MWS broker as JMS Durable Subscriber for a Topic.
By accident I deleted that client
TEST##test.Listener
now I’m not able to connect using same client ID, exception from Java is
[BRM.10.2207] JMS: Durable subscription "TEST##test.Listener" does not exist.
when I try to create the subsciber with same name in MWS I get
Problem in adding durable subscription test.Listener at Broker JMS_Broker. [BRM.10.4042] JMS: Broker protocol error: 104
Thanks,
Martin