Hi,
I see this link: https://docs.gigaspaces.com/xap/10.1/dev-java/jms-known-issues-and-considerations.html
which says: GS-2167 – Durable subscribers are currently not supported.
Are there any updates to this? I tried to create a durable subscriber and I received this same error with version 12.3.
My situation is that I am creating multiple identical polling containers on various machines (let's say machine 1,2,3) which all subscribe to the same topic on space: MySpace. MySpace is a space located on machine 1. When this topic publishes a certain message, all polling containers which have subscribed to the topic on MySpace should do some special routines. Currently, when I publish the message to the topic on MySpace, only the polling container located on the same machine (machine 1) as MySpace functions correctly. In other words, the polling containers on the other machines (machines 2 and 3) never receive the published message. The topic session which performs the publishing is created in a Java process application running on machine 1.
Any thoughts? Thanks
↧