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

2008-04-18 Thread sudasudheer
ou means to say that above program I can use for JBoss Messaging also ,Right ? If yes Please tell me where I have to give the entries for 1) ConnectionFactory (my factory name "MyConnectionFactory") 2) Queue and topic And necessay changes if any. to execute the above program. I am us

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

2008-04-18 Thread sudasudheer
You means to say that above program I can use for JBoss Messaging also ,Right ? If yes Please tell me where I have to give the entries for 1) ConnectionFactory (my factory name "MyConnectionFactory") 2) Queue and topic And necessay changes if any, to execute the above program. I am

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

2008-04-17 Thread sudasudheer
Thanks for your response peter Johnson and Arvind. I am able to create new user now... I am doing some research, I am about start a new project, Can I have differences between JBossMQ and Jboss Messaging. Please tell me the changes in above program if i want to use SAME PROGRAM for JBoss Mes

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

2008-04-16 Thread sudasudheer
i also got the same error , but some how now i am not getting this error, please check you'r entries in necessary xml files , see my post for more details ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144389#4144389 Reply to the post : http://www.jbos

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

2008-04-16 Thread sudasudheer
Thanks for your response peter johnson. I Tried to solve using your post, but I am not able to execute the fallowing program using different user name and password (user name : jmsuser password: durable). I found one file with name "null-persistence-service.xml", under "C:\jboss-4.2.2.GA\serve

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

2008-04-14 Thread sudasudheer
i tried to edit the subject, can you help me to my problem ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144128#4144128 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144128 __

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

2008-04-14 Thread sudasudheer
"sudasudheer" wrote : I am new to JOBSS, I started working on jboss 4.2.2 version, I am working on JMS API, I examples i saw one example for durable subscriber, I am able to execute sample using user name : john and password : needle, so I want to know how to create new user f

[jboss-user] [Beginners Corner] - how to create new user for durable topic subscriber like jo

2008-04-14 Thread sudasudheer
I am new to JOBSS, I started working on jboss 4.2.2 version, I am working on JMS API, I examples i saw one example for durable subscriber, I am able to execute sample using user name : john and password : needle, so I want to know how to create new user for durable topic subscriber like john.

[jboss-user] [JBoss Getting Started Documentation] - In jboss how to create new user for durable topic subscriber

2008-04-14 Thread sudasudheer
I am new to JOBSS, I started working on jboss 4.2.2 version, I am working on JMS API, In examples i saw one example for durable subscriber for TOPIC, I am able to execute sample using user name : john and password : needle, I want to know how to create NEW USER ... my code : -