REST Interface for Artemis Broker

2024-01-24 Thread Shiv Kumar Dixit
Hi, I am looking to explore an HTTP based mechanism to send/receive messages to broker. Came across this link which explains setup of REST interface in Artemis broker - https://activemq.apache.org/components/artemis/documentation/1.0.0/rest.html. But the link seems from old documentation. If

Re: Queue Retrieval Performance after upgrade

2024-01-24 Thread Arthur Naseef
Hello Steve. Your report is a little surprising because a 1-3 seconds pause is huge. I'm curious under what conditions you see that latency - is it only when running at full load? Things that can be done to diagnose this down further: 1. View the broker's average enqueue time for messages

RE: Apache Log4j 1.x Multiple Vulnerabilities--Apache ActiveMQ classic version upgrade

2024-01-24 Thread Vishnu Middela
Hi, Any update on below request is appreciated..thanks Thanks & Regards Vishnu Middela -Original Message- From: Vishnu Middela Sent: Tuesday, January 23, 2024 2:23 PM To: users@activemq.apache.org Subject: RE: Apache Log4j 1.x Multiple Vulnerabilities Hi, If I want

RE: Understanding scheduledb.data behavior

2024-01-24 Thread Aleksander Pähn
I solved my issue by testing different parameters for this bean, https://activemq.apache.org/maven/apidocs/org/apache/activemq/store/kahadb/AbstractKahaDBStore.html Exampe Activemq.xml section: http://www.springframework.org/schema/beans; id="jobSchedulerStore"

Re: Artemis 2.31.2 error creating instance

2024-01-24 Thread Justin Bertram
It is valid to *answer the interactive question* about allowing anonymous access with Y, N, True, or False, but those values are not valid for --allow-anonymous when you pass it on the command line. You should pass either --allow-anonymous or --require-login according to the configuration you want

AW: Artemis 2.31.2 error creating instance

2024-01-24 Thread Nikolai Ryll
According to the documentation: "valid values are Y,N,True,False" And this is also what worked until 2.30 Von: Justin Bertram Gesendet: Mittwoch, 24. Januar 2024 16:40 An: users@activemq.apache.org Betreff: Re: Artemis 2.31.2 error creating instance   This is technically incorrect:  

Re: Artemis 2.31.2 error creating instance

2024-01-24 Thread Justin Bertram
This is technically incorrect: --allow-anonymous N The --allow-anonymous switch doesn't take any input. It simply stands by itself. If you don't want to allow anonymous users then the proper alternative is to use "--require-login." Try this instead: bin/artemis create --force --user "user"

Modifying and sending 3.2.2.3.15 Response Information from Artemis

2024-01-24 Thread Vaclav Haisman
Hi. I am embedding Artemis server and I am struggling to figure out how to use/modify the 3.2.2.3.15 Response Information ( https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html#_Toc3901095) in Artemis server. Is there an Artemis server plugin that I can create that would let me react

Artemis 2.31.2 error creating instance

2024-01-24 Thread Nikolai Ryll
When creating an broker instance via (example): bin/artemis create --force --user "user" --password "user_pw" --data "/var/tmp/data" --allow-anonymous N "/var/tmp/artemis-instance" the following error occurs: Unmatched argument at index 10: '/var/tmp/artemis-instance' This error does not