I am trying to have a client have multiple subscriptions to a
JMS topic in JBoss.
I can get a simple chat example set up and working properly, but when I set up something more complex with a few selectors for different subscriptions, the messages eventually stop receiving.
I get a lot of errors repeating in the JBoss logs, and eventually client gets invalidated.
Is there a limit on the number of subscribers for the JMS adapter?
Does polling-amf not work with jms? and if not what channel should be used?
Are there special settings needed on the JBoss side for the JMS adapter? (besides what is needed for simple chat example)
Is there any further documentation on this or examples? (besides lcds/blaze basic settings definitions)
Attached to this post are the messages that are repeating in the server logs.
Lots of "JMS consumer for JMS destination '<topic>' is starting/stopping." Is this related to polling? or is some config bad?
Lots of "socket write error", from tomcat. Is there any special config for tomcat needed for polling-amf?
Lots of "java.lang.RuntimeException: MessageClient has been invalidated.", this is the one that seems to stop receiving of any further messages, what is the reason???
I can get a simple chat example set up and working properly, but when I set up something more complex with a few selectors for different subscriptions, the messages eventually stop receiving.
I get a lot of errors repeating in the JBoss logs, and eventually client gets invalidated.
Is there a limit on the number of subscribers for the JMS adapter?
Does polling-amf not work with jms? and if not what channel should be used?
Are there special settings needed on the JBoss side for the JMS adapter? (besides what is needed for simple chat example)
Is there any further documentation on this or examples? (besides lcds/blaze basic settings definitions)
Attached to this post are the messages that are repeating in the server logs.
Lots of "JMS consumer for JMS destination '<topic>' is starting/stopping." Is this related to polling? or is some config bad?
Lots of "socket write error", from tomcat. Is there any special config for tomcat needed for polling-amf?
Lots of "java.lang.RuntimeException: MessageClient has been invalidated.", this is the one that seems to stop receiving of any further messages, what is the reason???