Re: Active MQ to Websphere MQ Bridge

2008-02-07 Thread Rob Davies
On Feb 7, 2008, at 8:51 PM, QWERTY? wrote: Hi, Im struggling to understand one thing about this, do i need the Websphere JMS classes to actually setup the bridge. and if yes where do i get them, ive trawled the IBM websphere pages for hours to no avail or do i have to actually buy we

Active MQ to Websphere MQ Bridge

2008-02-07 Thread QWERTY?
Hi, Im struggling to understand one thing about this, do i need the Websphere JMS classes to actually setup the bridge. and if yes where do i get them, ive trawled the IBM websphere pages for hours to no avail or do i have to actually buy websphere to get ahold of them :\ Cheers in advance.

Re: Setting Authentication in Active MQ

2008-02-07 Thread ttmdev
connectionfactory.createQueueConnection(usr,pwd) is simply overriding the userid and password that was assigned to the connectionfactory when it was instantiated via its ActiveMQConnectionFactory(user, password, url) constructor. AFAIK, you cannot dynamically add users; the default broker security

Re: Setting Authentication in Active MQ

2008-02-07 Thread pangupta
Hi Dejan Thanks a lot for quick response. I have already gone through this article. But could not get much.Earlier i have worked on jms with weblogic . There we can directly create a user using the ui. I was looking for something similar in ActiveMQ.Further this article does not tells us the diffe

Re: Setting Authentication in Active MQ

2008-02-07 Thread Dejan Bosanac
Hi, 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 <[EMAIL PROTECTED]> wrote: > > Hello All > I am implementing JMS using NON-JNDI connectivity . Now i want to test > it with ActiveMQ server.

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

AccessControlException on applet using activemq

2008-02-07 Thread Eduard Martinez
Hello, I'm making an applet which uses activemq to connect to a server. Running as a normal application all is ok, but when I'm inside an applet, it throws an AccessControlException. Some idea? java.lang.ExceptionInInitializerError at org.apache.activemq.ActiveMQConnection.(ActiveMQConn

Re: OutOfMemoryError in ActiveMQ5.0

2008-02-07 Thread Rob Davies
On Feb 7, 2008, at 8:17 AM, Tushar Tarkas wrote: Hi, I have a spring based solution using activemq. I recently i upgraded activemq from 4.1 to 5.0. What I am observing is, ActiveMQ5.0 gives OutOfMemoryError at stress test condition described below. ActiveMQ4.1 whereas, did not fail at the

Re: Broker concurrency and connection pooling in amq 5

2008-02-07 Thread Rob Davies
On Feb 7, 2008, at 7:31 AM, Jason Rosenberg wrote: I was reading some old discussion threads on connection pooling. There seems to be some conflicting information, specifically whether it's a good idea to pool connections. I have been using the jencks-amqpool package for pooling connect

OutOfMemoryError in ActiveMQ5.0

2008-02-07 Thread Tushar Tarkas
Hi, I have a spring based solution using activemq. I recently i upgraded activemq from 4.1 to 5.0. What I am observing is, ActiveMQ5.0 gives OutOfMemoryError at stress test condition described below. ActiveMQ4.1 whereas, did not fail at the same stress level. The configuration used by me is as f

Re: ActiveMQ 5: Keepalive problems

2008-02-07 Thread Rob Davies
Thanks Jason - will take a look! cheers, Rob On Feb 7, 2008, at 6:04 AM, Jason Rosenberg wrote: All, In my case, the issue is related to using connection pooling, which don't expose the idleTimeout property... I've created a work-around outlined in AMQ-1578, which is specific to the c