Re: Help configuring ActiveMQ as JMSProvider in WebSphere

2012-11-10 Thread fbcyborg
gtully wrote > the actievmq initial context is just a hash map, it does not query the > broker to find destinaitons. > so either you configure the hashmap via properties or you do a lookup > in the dynamicQueues context and it will return what ever you ask for. > > eg: > > Queue queue = (Queue) >

Re: Help configuring ActiveMQ as JMSProvider in WebSphere

2012-11-09 Thread Gary Tully
the actievmq initial context is just a hash map, it does not query the broker to find destinaitons. so either you configure the hashmap via properties or you do a lookup in the dynamicQueues context and it will return what ever you ask for. eg: Queue queue = (Queue) jndiContext.lookup("dynamicQue

Re: Help configuring ActiveMQ as JMSProvider in WebSphere

2012-11-08 Thread fbcyborg
OK, I compiled activemq from sources and I use activemq-all-5.8-SNAPSHOT.jar now but the problem still exists: [11/8/12 23:00:08:754 CET] 0029 SystemErr R com.ibm.websphere.naming.CannotInstantiateObjectException: threw NameNotFoundException while the JNDI NamingManager was processing a

Re: Help configuring ActiveMQ as JMSProvider in WebSphere

2012-11-02 Thread fbcyborg
OK, I can confirm this is the exceptions I get when using the activemq-all-5.7.0.jar: [11/2/12 21:48:12:747 CET] 001b SystemErr R com.ibm.websphere.naming.CannotInstantiateObjectException: threw NameNotFoundException while the JNDI NamingManager was processing a javax.naming.Reference obje

Re: Help configuring ActiveMQ as JMSProvider in WebSphere

2012-11-02 Thread fbcyborg
On Fri, Nov 2, 2012 at 8:49 AM, Claus Ibsen wrote: > Hi > > And you dont see anymore of the stacktrace? > > Wonder if the error comes from the ActiveMQWASInitialContextFactory Hello! Excuse me for the late reply. Here's the complete stacktrace . >

Re: Help configuring ActiveMQ as JMSProvider in WebSphere

2012-11-02 Thread Claus Ibsen
On Fri, Nov 2, 2012 at 8:49 AM, Claus Ibsen wrote: > Hi > > And you dont see anymore of the stacktrace? > > Wonder if the error comes from the ActiveMQWASInitialContextFactory > I spotted the bug in that code, and logged a ticket https://issues.apache.org/jira/browse/AMQ-4153 You may try with on

Re: Help configuring ActiveMQ as JMSProvider in WebSphere

2012-11-02 Thread Claus Ibsen
Hi And you dont see anymore of the stacktrace? Wonder if the error comes from the ActiveMQWASInitialContextFactory On Thu, Nov 1, 2012 at 7:01 PM, fbcyborg wrote: > Hello, > > I am running ActiveMQ 5.7.0 on Linux and I created a Queue named > "jms/systemMessageQueue" through the web interface