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
t down or not. But, then 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]

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

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