Hello,
i’m using EntireX Communicator Version 7.3 Broker ACI for .NET.
I have developed Publish and Subscriber components and everthing is working fine if i’m using non durable subscription.
But if i call the
BrokerTopic.SubscribeDurable()
Method it has the same Effect like the
BrokerTopic.Subscribe()
Mehtod. If i’m using the BrokerSubscriber Class, it is also the same effekt and doen’t work.
but if i’m using the implemented Java Subscriber it works normally.
Is this a known Problem of .NET ACI and is there some fix? Maybe i’m doing something wrong?
Thx for help.