[jboss-user] [Messaging, JMS JBossMQ] - Re: ClientID - already connected to the serve -durable subsc

2008-05-30 Thread arvind_agg
Hi Adrian,

Thanks for the reply. But my problem is the client connection doesnot timeout 
when subscriber is disconnected. Are there any apecial setting to be done on 
server for this ?

Regards
Arvind

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4154697#4154697

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4154697
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Messaging, JMS JBossMQ] - Re: ClientID - already connected to the serve -durable subsc

2008-05-16 Thread arvind_agg
Hi Adrain,

Thanks for the reply. I am using JMS adapter to make connection. Is there any 
way I can configure the server to remove the subscriber or close the connection 
if the subscriber is no longer active ? Or any other way of fixing this problem

-Arvind

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4151525#4151525

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4151525
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: how to create new user for durable topic subscriber lik

2008-04-18 Thread arvind_agg
Hi Peter, 

Can you please help me on my below given post. This issue is not letting me 
move on.

http://www.jboss.com/index.html?module=bbop=viewtopict=133573

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4145181#4145181

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4145181
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Messaging, JMS JBossMQ] - Re: ClientID - already connected to the serve -durable subsc

2008-04-16 Thread arvind_agg
Thanks for replying !!

I tried to look for your posts but could not find the relevant topic. Can you 
please post the link for it.

-Arvind

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4144532#4144532

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4144532
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: how to create new user for durable topic subscriber lik

2008-04-16 Thread arvind_agg
For creating a new user for durable subscriber I had to make some changes in 
'hsqldb-jdbc-state-service.xml' (default/deplo/jms). If you have not made any 
changes for the db to maintian state then you can add a new user by adding 
below mentioned statements.

POPULATE.TABLES.15 = INSERT INTO JMS_USERS (USERID, PASSWD) VALUES ('scott', 
'tiger')
POPULATE.TABLES.16 = INSERT INTO JMS_ROLES (ROLEID, USERID) VALUES 
('scott','guest')
  POPULATE.TABLES.17 = INSERT INTO JMS_ROLES (ROLEID, USERID) VALUES 
('subscriber','scott')
  POPULATE.TABLES.18 = INSERT INTO JMS_ROLES (ROLEID, USERID) VALUES 
('publisher','scott')
POPULATE.TABLES.19 = INSERT INTO JMS_ROLES (ROLEID, USERID) VALUES 
('durpublisher','scott'

You can substitue scott/tiger with your username and pwd. Atleast this does 
works for me.

-Arvind

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4144529#4144529

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4144529
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Messaging, JMS JBossMQ] - Re: MDB login for topic subscriber

2008-04-11 Thread arvind_agg
Hi,

Is there any way to fix this issue. I am uing 4.2.2 GA version and am facing 
the same problem. Please help

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4143496#4143496

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4143496
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Messaging, JMS JBossMQ] - ClientID - already connected to the serve -durable subscribe

2008-04-11 Thread arvind_agg
Hi,

I am using Jboss 4.2.2 GA and trying to use durablesubscritpion to topic. 
Infirst try it goes on well. Next time if I undeploy the process and redeploy, 
I start receiving below mentioned error.

javax.jms.JMSSecurityException: The login id has an assigned client id 
'DurableSubscriberExample', that is already connected to the server!

A restart of the server fixes this but we cannot keep doing it again and again. 
Also this being Dev env.  there will be lot of redeployments. So kindly please 
help me in fixing this issue. Tried to look on internet and nothing is helping.

-AA

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4143530#4143530

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4143530
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user