Re: JBoss Messaging Stomp Configuration

2009-04-02 Thread Gregory Mostizky
See this issue at JBoss Jira https://jira.jboss.org/jira/browse/JBMESSAGING-1384 JBMESSAGING-1384 for a solution that allows running StompConnect as JBoss Service. It allows running StompConnect as JBoss Service in the same JVM. It worked for me with JBoss 5.0.1 - not sure if other versions work

Re: JBoss Messaging Stomp Configuration

2008-03-10 Thread James Strachan
als=guest > > echo Connecting to %providerurl% > > java %properties% -classpath %classes% org.codehaus.stomp.jms.Main %uri% > ConnectionFactory > > -- > > TIA, > j/ > > -Original Message- > From: Jim Gomes [mailto:[EMAIL PROTECTED] > Sent

RE: JBoss Messaging Stomp Configuration

2008-03-10 Thread Johann Ungerer
: users@activemq.apache.org Subject: Re: JBoss Messaging Stomp Configuration Hi Johann, It can take a little bit to figure out STOMPConnect, but once you have it configured, it's very low maintenance. I had to do something very similar to what you are attempting to do. I needed to be able to c

RE: JBoss Messaging Stomp Configuration

2008-02-28 Thread Johann Ungerer
> TIA, > j/ > > -----Original Message----- > From: Jim Gomes [mailto:[EMAIL PROTECTED] > Sent: 25 February 2008 23:50 > To: users@activemq.apache.org > Subject: Re: JBoss Messaging Stomp Configuration > > Hi Johann, > > To get the NMS client to talk the stomp protocol

Re: JBoss Messaging Stomp Configuration

2008-02-26 Thread Jim Gomes
- > From: Jim Gomes [mailto:[EMAIL PROTECTED] > Sent: 25 February 2008 23:50 > To: users@activemq.apache.org > Subject: Re: JBoss Messaging Stomp Configuration > > Hi Johann, > > To get the NMS client to talk the stomp protocol, you will need to set > your > conn

Re: JBoss Messaging Stomp Configuration

2008-02-26 Thread James Strachan
gt; > -Original Message----- > From: James Strachan [mailto:[EMAIL PROTECTED] > > Sent: 26 February 2008 13:45 > To: users@activemq.apache.org > Subject: Re: JBoss Messaging Stomp Configuration > > Just create a StomConnect object, configure it with whatever > ConnectionFac

Re: JBoss Messaging Stomp Configuration

2008-02-26 Thread James Strachan
On 26/02/2008, Johann Ungerer <[EMAIL PROTECTED]> wrote: > And that's exactly where I lose coherence. I'm not going to be writing any > Java code here, so want to do it all via config. Unfortunately right now you have to write Java code. There's no JBoss specific configuration yet for StompConnec

RE: JBoss Messaging Stomp Configuration

2008-02-26 Thread Johann Ungerer
lto:[EMAIL PROTECTED] Sent: 26 February 2008 13:45 To: users@activemq.apache.org Subject: Re: JBoss Messaging Stomp Configuration Just create a StomConnect object, configure it with whatever ConnectionFactory you want from JBoss and call its start() method. Use whatever JBoss mechanisms you want (E

Re: JBoss Messaging Stomp Configuration

2008-02-26 Thread James Strachan
gt; http://stomp.codehaus.org/Running+StompConnect > > That does not tell me much I'm afraid. > > So, if anyone knows how to demystify that, I'll be very grateful. > > Thanks, > > j/ > > -Original Message- > From: James Strachan [mailto:[EMAIL P

RE: JBoss Messaging Stomp Configuration

2008-02-26 Thread Johann Ungerer
ful. Thanks, j/ -Original Message- From: James Strachan [mailto:[EMAIL PROTECTED] Sent: 26 February 2008 13:19 To: users@activemq.apache.org Subject: Re: JBoss Messaging Stomp Configuration On 26/02/2008, Johann Ungerer <[EMAIL PROTECTED]> wrote: > Hi James, > > See http://www.jbo

Re: JBoss Messaging Stomp Configuration

2008-02-26 Thread James Strachan
On 26/02/2008, Johann Ungerer <[EMAIL PROTECTED]> wrote: > Hi James, > > See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=128884 for the > response from JBOSS. So basically they are passing the buck :) -- James --- http://macstrac.blogspot.com/ Open Source Integration http://o

RE: JBoss Messaging Stomp Configuration

2008-02-26 Thread Johann Ungerer
Hi James, See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=128884 for the response from JBOSS. Regards, j/ -Original Message- From: James Strachan [mailto:[EMAIL PROTECTED] Sent: 26 February 2008 11:13 To: users@activemq.apache.org Subject: Re: JBoss Messagi

Re: JBoss Messaging Stomp Configuration

2008-02-26 Thread James Strachan
On 26/02/2008, Johann Ungerer <[EMAIL PROTECTED]> wrote: > Hi Rob, > > Unfortunately the choice of messaging platform is not in my control, so I > have to go with one of the STOMP integration methods. I guess first prize > will be StompConnect, but I'm struggling a little to make out head or tai

RE: JBoss Messaging Stomp Configuration

2008-02-26 Thread Johann Ungerer
I missing something simple and obvious? Thanks again, j/ -Original Message- From: Rob Davies [mailto:[EMAIL PROTECTED] Sent: 26 February 2008 10:04 To: users@activemq.apache.org Subject: Re: JBoss Messaging Stomp Configuration On 25 Feb 2008, at 21:06, Johann Ungerer wrote: > Hi All, >

Re: JBoss Messaging Stomp Configuration

2008-02-26 Thread Rob Davies
On 25 Feb 2008, at 21:06, Johann Ungerer wrote: Hi All, I'm totally new to the entire JMS environment, but am trying to connect a .NET Client to a JBOSS Messaging implementation. Thus far I've tried with the NMS client, using an OpenWire connector, but I figure this will never work. It

RE: JBoss Messaging Stomp Configuration

2008-02-25 Thread Johann Ungerer
ECTED] Sent: 25 February 2008 23:50 To: users@activemq.apache.org Subject: Re: JBoss Messaging Stomp Configuration Hi Johann, To get the NMS client to talk the stomp protocol, you will need to set your connection string in one of the following formats. Either is acceptable, so it's up to you whi

Re: JBoss Messaging Stomp Configuration

2008-02-25 Thread Jim Gomes
Hi Johann, To get the NMS client to talk the stomp protocol, you will need to set your connection string in one of the following formats. Either is acceptable, so it's up to you which one you prefer. activemq:tcp://jbosssrvr:61613?transport.wireformat=stomp OR activemq:stomp://jbosssrvr:61