Re: ActiveMQ (5.18.3) / Error in web console

2025-04-16 Thread Ephemeris Lappis
s (for authorization as an admin). Is it right ? After these changes the console seems to work even for browsing or sending messages... Thanks. Regards. Le mar. 15 avr. 2025 à 17:18, Ephemeris Lappis a écrit : > Hello. > > After adding a user "client" into the file "

ActiveMQ (5.18.3) / Error in web console

2025-04-15 Thread Ephemeris Lappis
Hello. After adding a user "client" into the file "users.properties" (for application access), and adding it in file "groups.properties" with "clients=client", we have errors in the web console only for some operations like browsing or sending messages. In the logs we can see errors about the sys

Re: Camel JMS consumer with dynamic selector to read ActiveMQ DLQueues

2025-03-11 Thread Ephemeris Lappis
Hello We're using ActiveMQ "classic" 5.18.3 Regards. Le mar. 11 mars 2025 à 15:01, Justin Bertram a écrit : > Are you using ActiveMQ Classic or ActiveMQ Artemis? Also which version are > you using? > > > Justin > > On Tue, Mar 11, 2025 at 8:08 A

Re: Camel JMS consumer with dynamic selector to read ActiveMQ DLQueues

2025-03-11 Thread Ephemeris Lappis
LQ. > https://camel.apache.org/components/4.10.x/eips/message-expiration.html > > If you want a manually triggered process, then you can create a consumer > application that consumes X number of messages, where X is specified on > startup. > -- > Alex > > -Original Message

Camel JMS consumer with dynamic selector to read ActiveMQ DLQueues

2025-03-11 Thread Ephemeris Lappis
Hello. I'm looking for a simple way to clean DLQ queues on our ActiveMQ brokers. Messages are moved to DLQ queues when some unexpected conditions lead consumers to fail. We've no automatic processing for DLQ messages that are only needed for diagnosis. Nevertheless, when the queues contain too man

Re: ActiveMQ Classic / Unordered message delivery / JIRA AMQ-9653

2025-02-12 Thread Ephemeris Lappis
guaranteed by an instance of a > single _producer_ and not any wider scope. Queues can be multi-threaded, so > there is no order guaranteed across multiple producers. > > Thanks, > Matt Pavlovich > > > On Feb 11, 2025, at 6:31 AM, Ephemeris Lappis < > ephemeris.lap

ActiveMQ Classic / Unordered message delivery / JIRA AMQ-9653

2025-02-11 Thread Ephemeris Lappis
Hello ! I'm a bit embarrassed: I reported a problem on ActiveMQ (Classic), regarding the disordered distribution of messages, both on this list and by creating a JIRA ticket (https://issues.apache.org/jira/browse/AMQ-9653), but I have no feedback. I'm a bit surprised. We would really need help to

ActiveMQ Classic / Broker probably dispatches messages in bad order

2025-01-15 Thread Ephemeris Lappis
Hello. We're using ActiveMQ Classic version 5.18.3. In our last load tests we have some errors that seem to be related to unordered message delivery. The broker is configured with a Postgresql database persistence. The Camel+Java producers generate messages in different queues : some for business

Re: ActiveMQ "classic" (5.18.3) / Unexpected line feed at the end of message

2024-06-19 Thread Ephemeris Lappis
I. > > Thanks, > Matt Pavlovich > > > On Jun 19, 2024, at 8:01 AM, Ephemeris Lappis > > wrote: > > > > Hello. > > > > After looking at the binary value in the database field, I can see > > that the 0x0A is present at the end of the message. >

Re: ActiveMQ "classic" (5.18.3) / Unexpected line feed at the end of message

2024-06-19 Thread Ephemeris Lappis
lar issues ? Thanks again. Regards. Le mer. 19 juin 2024 à 13:22, Ephemeris Lappis a écrit : > > Hello. > > I use postman to test Camel applications that consume JMS messages. > I've already done a lot of tests without any problem, but the last one > produces a strange error.

ActiveMQ "classic" (5.18.3) / Unexpected line feed at the end of message

2024-06-19 Thread Ephemeris Lappis
Hello. I use postman to test Camel applications that consume JMS messages. I've already done a lot of tests without any problem, but the last one produces a strange error. When I debug my Camel route, I see that a line feed (0x0a) byte has been added at the end of the message. The source message

Re: ActiveMQ health state check

2024-03-04 Thread Ephemeris Lappis
ice only considers the BrokerService status, it > doesn't check all layers (like persistent store or transports). > > I propose to create a Jira as it's possible to improve this. > In the meantime, you can implement your own check including the > different layers. > > Regard

ActiveMQ health state check

2024-02-29 Thread Ephemeris Lappis
Hello. I'm looking for the best ways to check our ActiveMQ instances. Trying the jolokia "health" service, I thought I had a nice way to do it, but I see that the status is ... lying. We use a jdbc persistence configuration, and when the database crashes, the CurrentStatus is still "Good"... I'm

ActiveMQ & PostgreSQL persistence adapter "sleeping"

2024-02-01 Thread Ephemeris Lappis
Hello. I'm not sure if someone will have an explanation, but I'm going to send my question... in a bottle ! We had a strange behavior last night : our PostgreSQL server has been failing with a raher fatal error, and has switched into recovery mode for some time. Usually, when an SQL error occurs

Persist mirrored queues

2024-01-17 Thread Ephemeris Lappis
Hello. I was looking for some way to "wire tap" messages send to all our queues, and I've found the "mirrored queue" documentation. With a simple configuration I can see the created topics that match the queues, and the count of messages that are copied. But no way to browse the mirror topics. T

Re: Strange consumers connections state

2023-07-12 Thread Ephemeris Lappis
ackoverflow > type developer support. > > Thanks, > Matt Pavlovich > > > On Jul 10, 2023, at 4:41 AM, Ephemeris Lappis > > wrote: > > > > Hello again. > > > > Perhaps you've already seen my previous mail... I've tried some >

Re: Strange consumers connections state

2023-07-11 Thread Ephemeris Lappis
; > Adding more debug and add’l logging would be need to root cause. > > Also note, this level of debugging is beyond what is reasonable to expect > getting a resolution from ActiveMQ user mailing list and/or Stackoverflow > type developer support. > > Thanks, > Matt Pavlovich

Re: Strange consumers connections state

2023-07-10 Thread Ephemeris Lappis
his releases connections and allows new connections to > spin up) > 5. Look into using camel-sjms vs the Spring JMS-based component to see if its > a better fit > > Thanks, > -Matt > > > On Jul 7, 2023, at 10:47 AM, Ephemeris Lappis > > wrote: > > &g

Re: Strange consumers connections state

2023-07-09 Thread Ephemeris Lappis
to using camel-sjms vs the Spring JMS-based component to see if its > a better fit > > Thanks, > -Matt > > > On Jul 7, 2023, at 10:47 AM, Ephemeris Lappis > > wrote: > > > > Hello. > > > > We observe strange messages in our logs about ActiveMQ c

Strange consumers connections state

2023-07-07 Thread Ephemeris Lappis
Hello. We observe strange messages in our logs about ActiveMQ consumers. 17:33:29.684 WARN [Camel (_context) thread #452 - JmsConsumer[.internal.queue]] Setup of JMS message listener invoker failed for destination '.internal.queue' - trying to recover. Cause: The Consumer is closed T

Re: ActiveMQ classic in Docker / Launch and graceful shutdown

2023-04-19 Thread Ephemeris Lappis
ActiveMQ indeed produces such a 143 exit code ? FYI, other containers with java processes, like Karaf for example, stop gracefully with an exit code 0... Thanks again. Regards. Le ven. 14 avr. 2023 à 13:27, Ephemeris Lappis a écrit : > > Hello. > > I see that when running Active

ActiveMQ classic in Docker / Launch and graceful shutdown

2023-04-14 Thread Ephemeris Lappis
Hello. I see that when running ActiveMQ in a docker container, stopping the container is slow and leaves it with a non zero exit code. As I use a custom JDBC config file, I run activemq with : CMD $ACTIVEMQ_HOME/bin/activemq start xbean:$ACTIVEMQ_HOME/conf/activemq-with-postgresql.xml && bash T

Re: ActiveMQ / configure queues

2023-04-04 Thread Ephemeris Lappis
s options on DestinationPolicy. > > Feel free to open up a feature request ticket — > https://issues.apache.org/jira > > I’ll work to add it to 5.18.x or 5.19.x > > Thanks! > Matt Pavlovich > > On Mar 31, 2023, at 4:53 PM, Ephemeris Lappis > wrote: > > Hello. &g

Re: ActiveMQ / configure queues

2023-04-03 Thread Ephemeris Lappis
licy. > > Feel free to open up a feature request ticket — > https://issues.apache.org/jira > > I’ll work to add it to 5.18.x or 5.19.x > > Thanks! > Matt Pavlovich > > On Mar 31, 2023, at 4:53 PM, Ephemeris Lappis > wrote: > > Hello. > > I guess that &

ActiveMQ / JDBC persistence / read message from table activemq_msgs

2023-04-03 Thread Ephemeris Lappis
Hello. We need to inspect some messages in the postgresql table for some queues. How can we read using SQL the binary message from the column msg of the table activemq_msgs ? We'd like to check some headers of DLQ messages for example... Thanks. Regards.

Re: ActiveMQ / configure queues

2023-03-31 Thread Ephemeris Lappis
Hello. I guess that "zeroExpirationOverride" could force the expiration on messages, but it seems to apply to all queues/topics, right ? Is there any way to limit the plugin to few queues only ? Thanks. Regards. Ephemeris Lappis Le 31/03/2023 à 20:13, Matt Pavlovich a écri

Re: ActiveMQ / Selector on message age

2023-03-31 Thread Ephemeris Lappis
> > Yes, simply use the JMSTimestamp header as the field in your selector query. > > Thanks, > -Matt > > > On Mar 31, 2023, at 4:28 AM, Ephemeris Lappis > > wrote: > > > > Hello. > > > > We need to consume messages from some queues (using Camel JMS > &

Re: ActiveMQ / configure queues

2023-03-31 Thread Ephemeris Lappis
ueues : we'd prefer to set it in the server configuration, and not in the Camel code. Thanks again. Le ven. 31 mars 2023 à 16:36, Timothy Bish a écrit : > > On 3/31/23 10:22, Ephemeris Lappis wrote: > > Hello. > > > > Thanks. I'm going to have a look at these confi

Re: ActiveMQ / configure queues

2023-03-31 Thread Ephemeris Lappis
mis/documentation/latest/message-expiry.html > There are the address-parameters: min-expiry-delay and max-expiry-delay > > -----Original Message- > From: Ephemeris Lappis > Sent: vrijdag 31 maart 2023 15:01 > To: users@activemq.apache.org > Subject: ActiveMQ / configure que

ActiveMQ / configure queues

2023-03-31 Thread Ephemeris Lappis
Hello. Is there any way to configure queues on the server side with specific settings like "time to live" for example ? The same way, I'd like to enable or disable DLQ for some queues. Our XML configuration already uses policies like : Can I set similar policies to exclude DLQ for queues wi

ActiveMQ / Selector on message age

2023-03-31 Thread Ephemeris Lappis
Hello. We need to consume messages from some queues (using Camel JMS component) only when messages are older than a given number of hours or days. I don't find any example of selector to filter messages this way. Any help on that ? Thanks in advance. Regards.

Re: cloud-native deployment

2023-03-13 Thread Ephemeris Lappis
rviceX and portX are defined by our k8s services and endpoints. Nothing more. We've tested with batches of more than 1 million messages, and all seems to be stable. Sometimes the leadership changes, but clients detect it and the failover do its job. Ephemeris Lappis

Re: cloud-native deployment

2023-03-13 Thread Ephemeris Lappis
es Openwire and HTTP connectors are exposed to other PODs as K8s services and endpoints. All seems to work as expected. Regards. Ephemeris Lappis Le 13/03/2023 à 10:45, prateekjai...@gmail.com a écrit : Hi All, How are you? I am trying to deploy artemis on kubernetes (k8s) cluster. I would

Re: ActiveMQ client and server versions

2022-12-26 Thread Ephemeris Lappis
; 5.16.x is *really* similar to 5.17.x right now. Especially with the clients. > You should be fine for a while. > > -Matt > > > On Dec 26, 2022, at 2:36 AM, Ephemeris Lappis > > wrote: > > > > Hello. > > > > If I'm not wrong, ActiveMQ server is b

ActiveMQ client and server versions

2022-12-26 Thread Ephemeris Lappis
Hello. If I'm not wrong, ActiveMQ server is built and runs for JDK 8 until version 5.16 included, and for JDK 11+ starting with 5.17. To ensure compatibility of our applications that currently run with an old Red-Hat Fuse AMQ 5.11, we plan to install new brokers with a recent version 5.17.x, but

OutOfMemory error when broker starts and messages are in a queue

2020-10-26 Thread Ephemeris Lappis
Hello. I'm trying to find a minimal parameter set to test a JDBC adapter configuration (using postgresql as DB) for ActiveMQ. For now I'm working with an old ServiceMix that includes ActiveMQ version 5.14.5. It's more or less the version of my customer platform. To check if my troubles come from