Re: Durable subscribers usage
Posted By:
Andreas_Mueller
Posted On:
Tuesday, March 5, 2002 01:59 AM
This one 'router1234$durablesubscribername' is a result of creating durable subscribers without setting the client id properly. Thus, on every connect you create a new durable subscriber, because a random client id is assigned automatically. Then it would be slower and slower and slower and slower ... because of the many many durable subscribers you have.