artenis.log overwritten

2025-05-28 Thread Herbert . Helmstreit
Hello comunity, normally on artemis broker start the artemis.log is created if not present or the output is attached to artemis.log, if the file is there. On a broker restart after a failure we faced a recreate (overwrite) of the present artemis.log with artemis 2.41. Unfortunately we have no id

Antwort: [Ext] Re: Re: Re: Artemis ClientID and shared topics

2024-09-19 Thread Herbert . Helmstreit
gt; wide? > I didn't find a place and I doubt this is really possible. > Leaving them all null is in fact "all equal", the opposite of unique ... > > Best Regards > > Herbert > > -- > > *Herbert Helmstreit* > Senior Sof

Antwort: [Ext] Re: Re: Artemis ClientID and shared topics

2024-09-09 Thread Herbert . Helmstreit
Factory.java:949) > > This really makes no sense. It may well be according to the spec, but it > reduces usability. It forces us to not use the clieant ID, if we want > shared topics accross application instances. > > Best Regards > > Herbert > > > --

Antwort: [Ext] Single web-console for artemis cluster

2024-05-22 Thread Herbert . Helmstreit
Hello Nazar, why not use the multi-tab feature of the browser? I have created a little batch file like this start http://host1:8160/ start http://host2:8160/ ... It is still anoying to log in multiple, but once this is done it is fine for me. Regards Herbert Von:"Назар Фатихов" An:

Antwort: [Ext] Re: Stomp acceptor causes address memory rise

2024-05-07 Thread Herbert . Helmstreit
ot;tcpReceiveBufferSize": "1048576", > "port": "61613", > "host": "0.0.0.0", > "protocols": "STOMP", > "useEpoll": "true", > "tcpSendBufferSize": "1048576" > } &

Stomp acceptor causes address memory rise

2024-05-03 Thread Herbert . Helmstreit
Hello Community in an artemis 2.33 cluster with relatively high rate of core messages we enabled a stomp acceptor on one broker. Compared to the other brokers in the cluster that have <1 MiB used Address Memory the modified guy goes up to 250 MiB. There is no stomp client attached. The value of

Antwort: [Ext] Re: Federation Question

2024-04-24 Thread Herbert . Helmstreit
> queues, because the clients would invent changing temp queues as reply > destinations. > > Thank You for any tip! > > Herbert > > > > *Herbert Helmstreit* > Senior Software Engineer >

Federation Question

2024-04-22 Thread Herbert . Helmstreit
Hello Team, I have a question regaring Artemis. We have two different clusters, that run more or less independently. But for some events and requests there should be a transparency between the clusters. I thought that Adress Federation https://activemq.apache.org/components/artemis/documentati

Antwort: [Ext] Issue with network of brokers and active/passive pair

2024-02-23 Thread Herbert . Helmstreit
I have attached the configuration files for reference, along with the test program I am using to send and receive. What am I doing wrong? -- https://mechination.com.au/ Ph: 0448 341 729[Anhang "nodeA.xml" gelöscht von Herbert Helmstreit/RG/SYSTEMA/DE] [Anhang "nodeC.

Antwort: [Ext] Re: Is a federation of Hub-spoke broker topology possible with Artemis?

2024-02-08 Thread Herbert . Helmstreit
Hello folks, I am trying for some time a symmetric configuration without explicit address federation. Seemingly it works until a client failover changes the direction of addressing. Then the address memory in the artemis broker grows despite of the message TTL settings. The broker configurat

Antwort: [Ext] Re: no-acceptor options not understood

2024-01-02 Thread Herbert . Helmstreit
;protocols=CORE,OPENWIRE; ... > > But actually it gets in the broker.xml > > ... > ;protocols=CORE,AMQP,STOMP,HORNETQ,MQTT,OPENWIRE; ... > > I have removed the "true" values, leaving the option names only, but the > same result. > > Thank You in adv

Antwort: [Ext] Re: no-acceptor options not understood

2024-01-02 Thread Herbert . Helmstreit
... > > But actually it gets in the broker.xml > > ... > ;protocols=CORE,AMQP,STOMP,HORNETQ,MQTT,OPENWIRE; ... > > I have removed the "true" values, leaving the option names only, but the > same result. > > Thank You in advance. > > Herbert > &g

no-acceptor options not understood

2024-01-02 Thread Herbert . Helmstreit
Hello Team, when creating an instance ofaremis broker 2.21.2 in the broker create script iI have defined export ARGS="$ARGS --no-amqp-acceptor true" export ARGS="$ARGS --no-hornetq-acceptor true" export ARGS="$ARGS --no-mqtt-acceptor true" export ARGS="$ARGS --no

Controlling the Netty messagebuffer

2023-12-12 Thread Herbert . Helmstreit
Hello Team, a java client using the Artemis 2.30. CORE libs called echosender is receiving rather big (10MB) messages and simply echoing the body back to the jmsReplyTo destination. It is otherwise completely stateless and handles only one message at a time. A requester sends serialized reques

Antwort: [Ext] Re: Client libs CORE vs. OPENWIRE

2023-11-23 Thread Herbert . Helmstreit
s client restart and is not what we > want. > > Since both variants are nearly code - compatible, I would say the *netty* > libraries are missing the nice reconnect functionality. > Can it be true or did I forget something? > > Regards > > Herbert > > ---

Client libs CORE vs. OPENWIRE

2023-11-22 Thread Herbert . Helmstreit
Hello Team, we are running two nodes with artemis 2.30 brokers connected with a static network connector. CORE and OPENWIRE are enabled on the same client acceptor. >From remote there is a java client connecting with a failover transport, doing a periodic send while broker A and/or broker B can

Antwort: [Ext] Activemq heap space issues

2023-11-09 Thread Herbert . Helmstreit
Hello Brian, you are using ActveMQ classic, right? Please provide the version. The management console is there in this case, yes but I did not find it very useful, that's right. To monitor memory etc. the JMX interface together with JVisualVM is the real hit in this case. Are you familiar with t

Connection Count in Artemis

2023-11-09 Thread Herbert . Helmstreit
Hello Community, I'm using Artemis 2.30 and have noticed, that the connection count displayed in the management console and also reported to the metrics plugin is exactly half the expected value. E.g. If I open 100 connections, the gauge will show 50. Did I understand something wrong? Regards

Artemis: Cluster vs Broker Mesh with failover transport

2023-10-06 Thread Herbert . Helmstreit
Hello Folks, I was playing around with multiple Artemis brokers for a robust infrastructure setuo for a while, Can somebody please explain why a HA Cluster should be considered if I can alternatively use a (static) network of brokers together with failover transport at the client side? Tha

Antwort: [Ext] Re: Re: virtualDestinationInterceptor in Artemis

2023-09-08 Thread Herbert . Helmstreit
pect wild-card expansion, i.e > > . a divert address > sports.events.> > would write into a queue > SportQ.sports.events.football.matches > for a message on topic > sports.events.football.matches > This is what classic does > > Best Regards

Antwort: [Ext] Re: virtualDestinationInterceptor in Artemis

2023-09-07 Thread Herbert . Helmstreit
orAware="false"/> > > > > > Is there a similar technique with Artemis? > I did not find something like. > > Regards > > Herbert > > -- > > *Herbert Helmstreit* > Senior Software Engineer > &

virtualDestinationInterceptor in Artemis

2023-09-06 Thread Herbert . Helmstreit
Hello Group, with ActiveMQ classic wa are using virtualDestinationInterceptor to redirect Event messages into a queue to consume them as kind of Unique Processing by distributed applications. For this purpose the aktivemq.xml contains within the broker bean Is there

Antwort: [Ext] ActiveMQ Classic: NIO or TCP?

2023-08-29 Thread Herbert . Helmstreit
Hello Endre, to my experience nio on the broker is absolutely cool.. It is faster and decoupling clients. On the client side it makes no difference. Regards Herbert Von:"Endre Stølsvik" An: users@activemq.apache.org Datum: 29.08.2023 13:47 Betreff:[Ext] ActiveMQ Classic: N

Antwort: [Ext] broker memory usage for temporary queues

2022-12-12 Thread Herbert . Helmstreit
Hi John, did you look at the Message Time To Live (at the point where the reply gets sent)? >From what I've learned: The broker keeps the messages in memory until they expire. And if you ron non persistent messaging, these temp queues might not have any listener any more, but still waste memory

Antwort: [Ext] RE: Help getting Artemis to auto-delete empty/idle queues

2022-09-27 Thread Herbert . Helmstreit
or of Redpoint, you should maintain its contents in confidence subject to the terms and conditions of your agreement(s) with Redpoint. [Anhang "broker.xml" gelöscht von Herbert Helmstreit/RG/SYSTEMA/DE]

Antwort: [Ext] Re: [External] - Antwort: [Ext] Too Many Open Files error trying to start Artemis server from a SystemD service

2022-07-07 Thread Herbert . Helmstreit
37928006067698160%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000%7C%7C%7C&sdata=JBD7f6FQvzRRxyk3p8dCJRJOwPTNdJHhcXThKtVH5V0%3D&reserved=0 > Best Regards Herbert ________ Herbert Helmstreit Dipl.-Phys. Software Engineer [SYSTEMA Logo]< https://usg02.safelinks

Antwort: [Ext] Too Many Open Files error trying to start Artemis server from a SystemD service

2022-07-07 Thread Herbert . Helmstreit
Hello Richard 8k should be enough sockets. You must at least re-login or reboot to make this active. Did you verify with ulimit -n ? What did you get? btw. After=network.target is sub-optimal. After=network-online.target is better. Check this out https://www.freedesktop.org/wiki/Software/system

Antwort: Re: Can ActiveMQ be deployed in an arm environment

2022-03-30 Thread Herbert . Helmstreit
Hello running a broker on arm is not so desirable IMHO. But deploying ActiveMQ clients there, connecting to a broker on a "real" machine worked fine, hen I've tried it. Regards Herbert Von:"Tetreault, Lucas" An: "users@activemq.apache.org" Datum: 30.03.2022 06:33 Betreff:

Antwort: Re: Problem with MSSQL lease lock

2022-03-14 Thread Herbert . Helmstreit
> I find on the Microsoft page: "BLOB types can be used with varbinary(max)" >> But how can I fix the Statement in ActiveMQ 5-16-4? >> Or can it be overridden by config? >> >> Best Regards >> >> Herbert >>

Problem with MSSQL lease lock

2022-03-14 Thread Herbert . Helmstreit
Hello Community, after updating my ActivMQ (+OS, Java, MSSQL lease lock DB) I get this message in the activemq.log: 022-03-14 11:32:13,646 | WARN | Could not create JDBC tables; they could already exist. Failure was: CREATE TABLE ACTIVEMQ_MSGS(ID BIGINT NOT NULL, CONTAINER VARCHAR(250) NOT NU

Antwort: RE: ActiveMQ Classic ARM Support

2022-01-14 Thread Herbert . Helmstreit
Hello Erwin, what actually is the blocker runnng AMQ on arm? The binary wrapper is not really needed to start a pure Java program! I did not try it with ActiveMQ, but a lot of java applications run fine on Raspberry PI without modification. (I'm not talking about Android. The sleep-mode of the c

Antwort: Re: Antwort: ActiveMQ 5 Roadmap

2021-12-09 Thread Herbert . Helmstreit
itional jars. Too late > checked the releasenotes: It was still released for Java 8 only (yes, > I should have read this before... ) > > Regards > > Herbert > -------- > > *Herbert Helmstreit > *Dipl

Antwort: ActiveMQ 5 Roadmap

2021-12-09 Thread Herbert . Helmstreit
This is definitely a good question. Not so long ago I tried to make the AMQ broker run with OpenJDK11 comming with RHEL and found serious difficulties with the XML configuration. Well finally fixed it with additional jars. Too late checked the releasenotes: It was still released for Java 8 onl

Antwort: How to disable KahaDB lock?

2021-08-10 Thread Herbert . Helmstreit
Hello Fabricio, did you try a lease locker rather than a database lock? https://activemq.apache.org/pluggable-storage-lockers for me this works fine but not on KahaDB but shouldn't matter Regards Herbert Von:"Fabrice Triboix" An: "users@activemq.apache.org" Datum: 10.08.2021 17:47

Antwort: Re: Antwort: Re: mqtt adapter roadmap

2019-10-07 Thread Herbert . Helmstreit
Hi Folks, Thank you for the answers. I was re-implementing our application driver with MQTT Version 5 libs and found it way better to use. But I'm affraid there will be some impact on the broker side. And if you do not want to break things, both protocols must be supported for a while. For the tim

Antwort: Re: mqtt adapter roadmap

2019-10-06 Thread Herbert . Helmstreit
Hello Tim, I'm working with ActiveMQ 5. Artemis was out of scope for me up to now. If Artemis is supporting MQTT5, I would like to know this, too. Regards Herbert Von:"Tim Bain" An: "ActiveMQ Users" Datum: 04.10.2019 21:22 Betreff:Re: mqtt adapter roadmap Is your ques

mqtt adapter roadmap

2019-10-04 Thread Herbert . Helmstreit
Hello, can somebody say, if it is planned to support MQTTv5 adapter in ActiveMQ? I found a similar question in the archives with answers pointing to jetty. But I do not see, what jetty has to do with that. Thank You! Herbert