Re: [Spam: 5.0] Embedding ActiveMQ in Sun App Server 9

2007-03-13 Thread James Strachan
On 3/9/07, AsaUK <[EMAIL PROTECTED]> wrote: I am using activemq-rar-4.1-SNAPSHOT.rar Maybe that is not recent enough. Still I am not too worried about that one as I can easily upgrade at a later date or just build the source. I think you are right with the null pointer, not a top error though.

Re: [Spam: 5.0] Embedding ActiveMQ in Sun App Server 9

2007-03-09 Thread AsaUK
I am using activemq-rar-4.1-SNAPSHOT.rar Maybe that is not recent enough. Still I am not too worried about that one as I can easily upgrade at a later date or just build the source. I think you are right with the null pointer, not a top error though. I will try and get that working. The external

Re: [Spam: 5.0] Embedding ActiveMQ in Sun App Server 9

2007-03-09 Thread James Strachan
On 3/9/07, AsaUK <[EMAIL PROTECTED]> wrote: Hi James, I am working along with Nic on this one. I have uploaded the rar file fine with the only parameter set being BrokerXmlConfig as "broker:(tcp://localhost:61616)" I can then connect to the appserver jms from an outside client using 4.0.x (can

Re: [Spam: 5.0] Embedding ActiveMQ in Sun App Server 9

2007-03-09 Thread AsaUK
Hi James, I am working along with Nic on this one. I have uploaded the rar file fine with the only parameter set being BrokerXmlConfig as "broker:(tcp://localhost:61616)" I can then connect to the appserver jms from an outside client using 4.0.x (can't use 4.1 as the rar does not have openwire v

Re: [Spam: 5.0] Embedding ActiveMQ in Sun App Server 9

2007-03-09 Thread James Strachan
On 3/9/07, nicpillinger <[EMAIL PROTECTED]> wrote: If we deploy the activemq resource adaptor how do we configure the embedded broker? How do we actually get the broker running and listening on 61616 from inside the app server? Its described on this page http://activemq.apache.org/resource-adap

Re: [Spam: 5.0] Embedding ActiveMQ in Sun App Server 9

2007-03-09 Thread nicpillinger
If we deploy the activemq resource adaptor how do we configure the embedded broker? How do we actually get the broker running and listening on 61616 from inside the app server? Once it's actually running what's the process for getting a normal mdb wired up to listen to a queue/topic on the embedde

Re: [Spam: 5.0] Embedding ActiveMQ in Sun App Server 9

2007-03-06 Thread James Strachan
On 3/6/07, nicpillinger <[EMAIL PROTECTED]> wrote: Another reason for embedding is the latency - surely if I run it standalone the messages created within the app server have to do an extra network hop to reach activeMQ before being distributed to the clients? If the broker is on the same mach

Re: [Spam: 5.0] Embedding ActiveMQ in Sun App Server 9

2007-03-06 Thread James Strachan
On 3/6/07, nicpillinger <[EMAIL PROTECTED]> wrote: Thanks, I really want to wire up MDBs as well. Is it possible to have MDBs running in the App Server subscribed to the same topic as external activeMQ clients? Sure! ActiveMQ can communicate with many different languages, platforms and protoc

Re: [Spam: 5.0] Embedding ActiveMQ in Sun App Server 9

2007-03-06 Thread nicpillinger
Another reason for embedding is the latency - surely if I run it standalone the messages created within the app server have to do an extra network hop to reach activeMQ before being distributed to the clients? James.Strachan wrote: > > BTW you don't have to run the broker inside any app server

Re: [Spam: 5.0] Embedding ActiveMQ in Sun App Server 9

2007-03-06 Thread nicpillinger
Thanks, I really want to wire up MDBs as well. Is it possible to have MDBs running in the App Server subscribed to the same topic as external activeMQ clients? James.Strachan wrote: > > BTW other options are... > > Deploy the Web Console with an embedded broker (i.e. just deploy the > WAR whi