Hello,
We are using Smartclient messaging with JBOSS 5.0 JMS Topics. We are able to get this working but whenever a message is sent on the channel, a new subscription is added to the JMS Topic. So the number of subscriptions are increasing significantly and effecting the performance. We also see a new subscription whenever there is a connection timeout but the previous one is not getting closed.
I see a post regarding a similar problem, but seems there was no resolution: http://forums.smartclient.com/showthread.php?t=3130&highlight=messaging
The following are the messaging related entries in server.properties file:
messaging.keepaliveInterval: 30000
messaging.keepaliveReestablishDelay: 100000
messaging.connectTimeout: 4000
messaging.connectionTTL: 120000
messaging.dispatcherImplementer: com.chat.JMSMessageDispatcher
jndi.messaging.java.naming.factory.initial: org.jnp.interfaces.NamingContextFactory
jndi.messaging.java.naming.provider.url: jnp://localhost:1099
messaging.jms.context: messaging
messaging.jms.jndiPrefix:
messaging.jms.topicConnectionFactory: ConnectionFactory
Any ideas what could be going on?
We are using Smartclient messaging with JBOSS 5.0 JMS Topics. We are able to get this working but whenever a message is sent on the channel, a new subscription is added to the JMS Topic. So the number of subscriptions are increasing significantly and effecting the performance. We also see a new subscription whenever there is a connection timeout but the previous one is not getting closed.
I see a post regarding a similar problem, but seems there was no resolution: http://forums.smartclient.com/showthread.php?t=3130&highlight=messaging
The following are the messaging related entries in server.properties file:
messaging.keepaliveInterval: 30000
messaging.keepaliveReestablishDelay: 100000
messaging.connectTimeout: 4000
messaging.connectionTTL: 120000
messaging.dispatcherImplementer: com.chat.JMSMessageDispatcher
jndi.messaging.java.naming.factory.initial: org.jnp.interfaces.NamingContextFactory
jndi.messaging.java.naming.provider.url: jnp://localhost:1099
messaging.jms.context: messaging
messaging.jms.jndiPrefix:
messaging.jms.topicConnectionFactory: ConnectionFactory
Any ideas what could be going on?
Comment