ormatter.PATTERN.pattern=%d{-MM-dd HH:mm:ss,SSS} %-5p [%c] (%t) %s%e%n
>
> formatter.COLOR-PATTERN=org.jboss.logmanager.formatters.PatternFormatter
> formatter.COLOR-PATTERN.properties=pattern
> formatter.COLOR-PATTERN.pattern=%K{level}%d{HH:mm:ss,SSS} %-5p [%c] (%t)
> %s%e%n
>
>
Subject: Re: [EXTERNAL] Re: Sporadic messageListener
> .. . the listener never logs the 'onMessage() received' message that should
> be called for us to try to put the msg on a remote queue. The consumer-count,
> message-count, and delivering-count would be useful metrics to
.
>
> Are there components to ActiveMQ such that we could turn on some DEBUG
> logging around say the broker or whatever handles message listeners but not
> for the entire product? I say this because we have almost 300 stores and
> each store generally receives around 5-10 files per
nd each store
generally receives around 5-10 files per night.
From: Justin Bertram
Sent: Tuesday, September 19, 2023 11:42 AM
To: users@activemq.apache.org
Subject: Re: [EXTERNAL] Re: Sporadic messageListener
Based on the code you provided the application is send
h(JMSException e) {
> cleanup();
> throw e;
> }
> }
>
> /**
> * Cleanup - closes the connection and session, if exists
> */
> public void cleanup()
> {
> if(sender != null){
> try {
> sender.close();
> }catch(JMSException e) {
> Log.getInstance().error(&quo
t;Exception caught while closing
context: " + e);
}
finally
{
context = null;
}
}
}
}
________
From: Justin Bertram
Sent: Monday, September 18, 2023 3:26 PM
To: users@activemq.
eatures instead. Not much chance right
> now that we would be able to update any packages.
>
>
>
>
> From: Justin Bertram
> Sent: Monday, September 18, 2023 1:55 PM
> To: users@activemq.apache.org
> Subject: [EXTERNAL] Re: Sporadic messageListener
prefer new features instead. Not much chance right now that we would be able
to update any packages.
From: Justin Bertram
Sent: Monday, September 18, 2023 1:55 PM
To: users@activemq.apache.org
Subject: [EXTERNAL] Re: Sporadic messageListener
Can you elabora
Can you elaborate on your application components? What are you using as a
broker? Is it ActiveMQ Artemis 2.6.3 embedded in WildFly 16.0.0.Final? Are
your MessageListener implementations running in WildFly (e.g. as MDBs) or
elsewhere? How does "ActiveMQ core 5.7.0" fit in and what exactly do you
mea
We are encountering a problem where a small number of messages are not
triggering the messageListener. We have a shared folder where our host drops
files to be delivered to all our retail stores. We have a process that has to
collect a full set of files as a set and when the set is found, we put
10 matches
Mail list logo