Re: Setting Authentication in Active MQ

2008-02-07 Thread pangupta
difference between the two users. One which is used for ActiveMQConnectionFactory and the other one for createQueueConnection. Regards pankaj take a look at this article http://activemq.apache.org/security.html -- Dejan Bosanac www.scriptinginjava.net On Feb 7, 2008 1:39 PM, pangupta <[EM

Setting Authentication in Active MQ

2008-02-07 Thread pangupta
Hello All I am implementing JMS using NON-JNDI connectivity . Now i want to test it with ActiveMQ server. I have one query here. In the following piece of code ActiveMQConnectionFactory connectionFactory = new ActiveMQConnectionFactory(user, password, url); where do we set the user and passwo

Re: Requires help in integrating activeMQ jms client with weblogic Server

2007-08-24 Thread pangupta
and JNDI and not directly reference any > ActiveMQ objects w/in your code; adhering to the JMS and JNDI will > facilitate the porting of your client across multiple JMS providers. > > I hope this helps, > Joe > > > pangupta wrote: >> >> Hi >> I am using

Requires help in integrating activeMQ jms client with weblogic Server

2007-08-23 Thread pangupta
Hi I am using a sample code of active mq jms client. It successfully sends the message to my activeMQ server running at default 61616 port. But now i want to use the same client to send a message to weblogic server running on my local machine at 7001 port. It gives me the following exception. Ca