RE: RE: Re: Stomp configuration questions

2024-05-22 Thread Bouscaren, Paul
: [EXTERNAL] RE: Re: Stomp configuration questions Matt, I have at last re-located the Apache page where the log4j examples were found. Debugging section: ActiveMQ (apache. org) ZjQcmQRYFpfptBannerStart This Message Is From an External Sender This message came from outside your organization

RE: Re: Stomp configuration questions

2024-05-01 Thread Bouscaren, Paul
hen it doesn’t work as advertised either. Fortunately, enough does work well that I can still make use of the project. Regards, Paul Bouscaren From: Matt Pavlovich Sent: Tuesday, February 27, 2024 10:01 PM To: users@activemq.apache.org Subject: [EXTERNAL] Re: Stomp configuration questions H

RE: Re: Stomp configuration questions

2024-04-28 Thread Bouscaren, Paul
| E: paul.bousca...@wyman.com<mailto:paul.bousca...@wyman.com> www.wyman-gordon.com<http://www.wyman-gordon.com/> QMS Support Team in Cherwell: WGFC-GRMA-QMS From: Matt Pavlovich Sent: Tuesday, February 27, 2024 10:01 PM To: users@activemq.apache.org Subject: [EXTERNAL] Re: Stomp c

Re: Stomp configuration questions

2024-02-28 Thread Justin Bertram
For what it's worth, if you're just trying to test your client you can use ActiveMQ Artemis [1] which also supports STOMP protocol logging [2] and the docs are up-to-date regarding the configuration. Justin [1] https://activemq.apache.org/components/artemis/ [2] https://activemq.apache.org/compo

Re: Stomp configuration questions

2024-02-27 Thread Matt Pavlovich
Hi Paul- Yes, log4j2 has a completely different log config file format vs log4j v1. The only docs / blog posts / etc haven’t caught up. If you can share the log sample you are trying (and/or link to ActiveMQ webpage), we can try to get you a log4j2 version. Thanks, Matt Pavlovich > On Feb 15,

Stomp configuration questions

2024-02-15 Thread Bouscaren, Paul
I am building out a Stomp client, and I am unsure whether I am receiving RECEIPT frames from the ActiveMQ classic we have installed. The sender process does get a CONNECTED frame back from the server, but that's it. To help troubleshoot, I've tried to implement the suggested Stomp logging, but

Re: Stomp Configuration

2013-07-08 Thread prgtrdr
ng to ActiveMQ. Would be helpful if this kind of info was aggregated on the http://activemq.apache.org/stomp.html page. It's working now, thanks for your help. Bill -- View this message in context: http://activemq.2283324.n4.nabble.com/Stomp-Configuration-tp4668952p4668976.html Sen

Re: Stomp Configuration

2013-07-07 Thread Christian Posta
ers and/or Python > scripts (stomp.py). It seems like there are two different options for > configuring ActiveMQ: > > 1. Using Stomp from a remote client browser you would use (in > conf\activemq.xml): > http://activemq.2283324.n4.nabble.com/Stomp-Configuration-tp46

Stomp Configuration

2013-07-05 Thread prgtrdr
1. Using Stomp from a remote client browser you would use (in conf\activemq.xml): http://activemq.2283324.n4.nabble.com/Stomp-Configuration-tp4668952.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

JBoss Messaging Stomp Configuration

2009-06-15 Thread Jai_aXIS
Djava.naming.security.credentials=guest > > echo Connecting to %providerurl% > > java %properties% -classpath %classes% org.codehaus.stomp.jms.Main %uri% > ConnectionFactory > > -- > > TIA, > j/ > > -Original Message- > From: Jim Gomes [mailto:e.se...

Re: JBoss Messaging Stomp Configuration

2009-04-02 Thread Gregory Mostizky
. Then restart your JBoss and voila - StompConnect run automatically as service inside JBoss JVM. -- View this message in context: http://www.nabble.com/JBoss-Messaging-Stomp-Configuration-tp15677725p22848408.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

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
JBoss Messaging Stomp Configuration Hi Jim, Thank you for the reply, its gotten me quite a bit further. I am currently experiencing a connectivity issue from stomp to JBM, so I'm posting the startup file that I'm using for stomp in hopes that I'm doing something silly. I am able to co

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

JBoss Messaging Stomp Configuration

2008-02-25 Thread Johann Ungerer
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's been recommended that I use a STOMP connector, but can