Re: Apache ActiveMQ Classic 5.17.3; STOMP receipts

2024-05-14 Thread Simon Lundström
Hi Paul! While not an ActiveMQ dev we've used STOMP a lot (with receipts) without any problems from Perl and Python. How are the receipts coming in and what are you expecting? Which version of ActiveMQ are you using? Classic or Artemis? Which STOMP version are you using? Which client library a

Re: ActiveMQ Classic v6.x - Encrypted passwords for web-based services

2024-04-17 Thread Simon Lundström
ces support separating authorizing via roles today. -Matt > On Apr 16, 2024, at 1:58 AM, Simon Lundström wrote: > > Not to be that person, but there a valid point that it should be possible to > seperate the authN for service access and service management (even though > authZ can ma

Re: ActiveMQ Classic v6.x - Encrypted passwords for web-based services

2024-04-15 Thread Simon Lundström
Not to be that person, but there a valid point that it should be possible to seperate the authN for service access and service management (even though authZ can make sure some users only can access the service and some users can only access the management). BR, - Simon __

Re: PowerShell and STOMP Support

2024-02-19 Thread Simon Lundström
We have successfully used https://activemq.apache.org/components/nms/ (and what I'm guessing is Apache.NMS.ActiveMQ) from PowerShell. You could use Apache.NMS.AMQP (and thus towards Artemis) as well but we have no experience in this. BR, - Simon On Fri, 2024-02-16 at 21:21:35 +0100, Justin Bertra

Re: Integrate ActiveMQ classic version with Ldap for web console access

2023-11-14 Thread Simon Lundström
Morning Matt, Is it possible to still separate auth[NZ] for web and messaging layer in 6.x? People tend to connect to the web console and machines are using the messaging layer. BR, - Simon On Tue, 2023-11-14 at 20:20:42 +0100, Matt Pavlovich wrote: > Hi Fabrice- > > For ActiveMQ 5.x, the web

Re: ActiveMQ "Classic" ACL and VirtualTopics

2023-05-29 Thread Simon Lundström
On Fri, 2023-05-26 at 22:37:45 +0200, John D. Ament wrote: > Hi there > > We're on "Classic" 5.17.2 and use VirtualTopics pretty heavily, due to some > external constraints can't use Artemis quite yet. I was wondering, is > there any guidance on setting up ACLs with VirtualTopics? > > Originally

Re: [DISCUSS] discontinue PDF, EPUB, & MOBI docs for Artemis

2023-02-07 Thread Simon Lundström
When learning a new system or keeping docs as a reference I often use ebooks (epub, mobi) esp. for refreshers on vacations or such when I don't wanna sit by a computer for a long time. But as long as you have a "single page HTML" (e.g. like

Re: Stomp/Python Message Priority Seems To Be Ignored

2022-06-08 Thread Simon Lundström
Remember that if you're using KahaDB there's really just three priorities[1]. We tend to stick with just 0, 4 and 9 for simplicity. BR, - Simon 1, On Tue, 2022-06-07 at 19:10:56 +0200, Richard Bergmann wrote: > Broker > Name localh

Re: [EXTERNAL] Re: ActiveMQ 5.15.4 duplicate message detection

2022-06-01 Thread Simon Lundström
Another way is just not to care about dupes from producers and instead focus on the consumer via the idempotent receiver enterprise integration pattern[1] since you probably want do that anyway if you want to be sure not to process the same message multiple times. As long as the producer uses a st

Re: Artemis with JMS: best way to have python clients ?

2022-03-11 Thread Simon Lundström
Hey Joseph! We use ActiveMQ Classic but I'm pretty sure everything I say still applies to Artemis. We use STOMP from script languages (Python and Perl currently) which works but you have to be aware of the documented drawbacks[1] of STOMP as a protocol. It works great though! I would like to use

Re: ActiveMQ Classic topic JMX metrics

2022-02-14 Thread Simon Lundström
On Fri, 2022-02-11 at 17:01:54 +0100, Matt Pavlovich wrote: > Server-side “Composite Topic” using a destination interceptor to route to > other destinations? Yes. > Client-side “Composite Topic” where you specify multiple destinations > session.createConsumer(session.createTopic(“TOPIC.A,TOPIC.

Re: ActiveMQ Classic topic JMX metrics

2022-02-14 Thread Simon Lundström
don't ask...). > Would you be willing to create a feature request in JIRA asking for > that to be added? https://issues.apache.org/jira/browse/AMQ-8485 Done, let me know if I can clarify the issue. BR, - Simon > On Fri, Feb 11, 2022, 2:38 AM Simon Lundström wrote: > &

Re: ActiveMQ Classic topic JMX metrics

2022-02-11 Thread Simon Lundström
On Wed, Feb 9, 2022, 4:15 PM Matt Pavlovich wrote: > > > How are you sending messages to the broker? JMS, STOMP and AMQP. BR, - Simon > On Wed, Feb 9, 2022, 4:15 PM Matt Pavlovich wrote: > > > How are you sending messages to the broker? > > > > > On Feb 9,

Re: ActiveMQ Classic topic JMX metrics

2022-02-09 Thread Simon Lundström
onsole you may need to click ‘Refresh’ as data is going through. > > -Matt Pavlovich > > > On Feb 9, 2022, at 4:10 AM, Simon Lundström wrote: > > > > Hey all! > > > > Via JMX you can fetch metrics about e.g. queues in ActiveMQ Classic.

ActiveMQ Classic topic JMX metrics

2022-02-09 Thread Simon Lundström
Hey all! Via JMX you can fetch metrics about e.g. queues in ActiveMQ Classic. So the queue somequeue have the EnqueueCount attribute at org.apache.activemq:type=Broker,brokerName=activemq.su.se,destinationType=Queue,destinationName=somequeue which contains the number of messages enqueued to the qu

Re: Limit prefetchSize from ActiveMQ side

2022-02-08 Thread Simon Lundström
k. > As per my understanding, this setting is for the connection string of the > consumer. > > The solution provided by JB works however (using per destination policy). > > Nicolas > > > C2 - Usage restreint > > -----Message d'origine- > De : Simo

Re: Limit prefetchSize from ActiveMQ side

2022-02-07 Thread Simon Lundström
On Mon, 2022-02-07 at 10:37:52 +0100, CASAUX Nicolas wrote: > Hello, > > I'm using ActiveMQ < classic > 5.16.0 and I have a question related to slow > consumers. > > In my use case, I only use topics with non-durable messages. As per the doc, > the prefetchSize is 32767. > I have a constantPend

Re: ActiveMQ 5.16.x Master/Slave topology question

2021-12-01 Thread Simon Lundström
On Tue, 2021-11-30 at 17:20:31 +0100, Vilius Šumskas wrote: >[...] > As an alternative, does anybody know if I can use non-HTTP SSL load balancer > and set client URI to something like ssl://loadbalancer_host:61616 ? I'm > thinking, if slave servers do not respond to the request until they become

Re: pause acceptance and delivery of messages in ActiveMQ 5.16.3

2021-10-26 Thread Simon Lundström
Isn't it also possible to stop the client connector via JMX? org.apache.activemq:type=Broker,brokerName=esb-test-mq04.it.su.se,connector=clientConnectors,connectorName=ssl has a stop operation. Does this not work the way OP intends? Pause queue(s), stop connector(s). No messages in or out? B

AMQ-8398: 4-byte Unicode message from JMS to STOMP will be corrupted

2021-10-18 Thread Simon Lundström
Hey devs! Sorry to do this, but any news on the issue? BR, - Simon

Re: How is JMSMessageID generated?

2021-10-03 Thread Simon Lundström
Thank you both! BR, - Simon

How is JMSMessageID generated?

2021-09-29 Thread Simon Lundström
Hey all! I swear I've found page on https://activemq.apache.org/ or else where that describes how the message id is generated in ActiveMQ (Classic, but Artemis might use the same code?) but I can't find it anymore. BR, - Simon

Re: ActiveMQ: How do I limit the number of messages being dispatched?

2021-01-18 Thread Simon Lundström
On Sun, 2021-01-17 at 10:48:52 +0100, Michel Jung wrote: Let's say I have one ActiveMQ Broker and an undefined numbers of consumers. Problem: * To process a message, consumers need an external service which is either "DATA1" or "DATA2" (specified in the message) * Each server, "DATA1" and "DATA

Re: dlqDeliveryFailureCause Message Expired and deadLetterStrategy

2018-09-24 Thread Simon Lundström
nce you already have a system that's known to do this), that would be helpful for the investigation.. Tim On Mon, Sep 24, 2018, 5:24 AM Simon Lundström wrote: Thank you Tim! https://issues.apache.org/jira/browse/AMQ-7061 BR, - Simon On Fri, 2018-09-21 at 14:55:14 +0200, Tim Bain wrote: &g

Re: dlqDeliveryFailureCause Message Expired and deadLetterStrategy

2018-09-24 Thread Simon Lundström
a bug that should be fixed. Thanks, Tim On Fri, Sep 21, 2018, 3:03 AM Simon Lundström wrote: Hey all! We're running 5.15.3 and we're using <https://github.com/ARGOeu/nagios-plugins-activemq/> for monitoring (SSL'ed) OpenWire. Healthchecks fail and to not get our aliveness-chec

dlqDeliveryFailureCause Message Expired and deadLetterStrategy

2018-09-21 Thread Simon Lundström
ed). Thanks and have a great weekend! BR, - Simon ____ Simon Lundström Section for Infrastructure IT Services Stockholm University SE-106 91 Stockholm, Sweden www.su.se/english/staff-info/it https://www.su.se/english/about-this-website/privacy-policy

Re: Reloading users and groups properties on change

2016-04-03 Thread Simon Lundström
he JIRA; let's avoid giving the > impression that this is somehow related to Nagios if it's really not. > > Tim > On Apr 1, 2016 12:15 AM, "Simon Lundström" wrote: > > > Noone uses PropertiesLoginModule and reloading? > > > > Gary, so I should fil

Re: Reloading users and groups properties on change

2016-03-31 Thread Simon Lundström
Noone uses PropertiesLoginModule and reloading? Gary, so I should file a jira for this right? BR, - Simon On Thu, 2016-03-10 at 17:14:48 +0100, Simon Lundström wrote: > Hi! > > I talked to Gary Tully on IRC (and mail) and we decided it was best that > I mailed the mailinglist

Reloading users and groups properties on change

2016-03-10 Thread Simon Lundström
nection.Service","message":"Security Error occurred on connection to: tcp://0:0:0:0:0:0:0:1:45357, User nagios is not authorized to read from: queue://aliveness-test"} Note: If I restart ActiveMQ nagios can consume and produce from the queue. Is there any configuration