RE: activemq-all-5.18.3.jar depends on log4j2 but does not include it

2023-11-16 Thread Norman Hamer
Actually, I’m incorrect here, my apologies. 5.17.6 also requires log4j or crashes, I didn’t successfully reduce my test. So the bug is really “should default to non-configured/NOP logging” From: Norman Hamer Sent: Thursday, November 16, 2023 10:18 AM To: users@activemq.apache.org Subject: RE

RE: activemq-all-5.18.3.jar depends on log4j2 but does not include it

2023-11-16 Thread Norman Hamer
ading ? Because it would say it's not really a problem to not ship log4j, simply to allow us to pick the version you want. If you want it in the uber jar (shaded), let me check. I will probably a Jira and keep you posted. Regards JB On Thu, Nov 16, 2023 at 12:47 AM Norman Hamer

RE: activemq-all-5.18.3.jar depends on log4j2 but does not include it

2023-11-15 Thread Norman Hamer
Er, sorry, I'd gone back and forth looking at commits a few times. I meant 030d1b5 / AMQ-9223 which is only on 5.18 -Original Message- From: Norman Hamer Sent: Wednesday, November 15, 2023 3:48 PM To: users@activemq.apache.org Subject: activemq-all-5.18.3.jar depends on log4j2 but

activemq-all-5.18.3.jar depends on log4j2 but does not include it

2023-11-15 Thread Norman Hamer
TL;DR this is a regression vs 5.17.6 It appears to me (code inspection) to be caused by commit e5970172 / AMQ-7426 activemq-all-5.18.3.jar(as far as I can tell, erroneously) includes a META-INF/services/org.slf4j.spi.SLF4JServiceProvider file specifying org.apache.logging.slf4j.SLF4JServiceProv

Re: How can I build Activemq-5.3.x ?

2011-07-25 Thread Norman Maurer
I guess you also should be able to change the version of the plugin in the pom.xml to something which can be found in the maven repos. Bye, Norman Am 25.07.2011 14:17, schrieb Dejan Bosanac: Here you can find some JavaDocs for 5.3.0 release http://activemq.apache.org/maven/5.3.0/activemq

Re: Anyone using Embedded Broker in production?

2011-06-27 Thread Norman Maurer
Do you know if there will be a ActiveMQ 5.5.1 release for AMQ-3276 ? Bye, Norman 2011/6/27 Gary Tully : > While AMQ-3276 is ugly, I don't think it can cause any message loss. > btw:  that issue is resolved in the fusesource.com distro of 5.5 so > you may want to take that for

Re: Anyone using Embedded Broker in production?

2011-06-27 Thread Norman Maurer
Am 27.06.2011 15:56, schrieb Vijay: Gary and Norman, Thanks for your inputs. The only caveat is that its lifecycle is determined by the application that hosts it, but it will recovery its logs just fine in the event of an abortive failure Could you please throw more light on this. When you

Re: Anyone using Embedded Broker in production?

2011-06-27 Thread Norman Maurer
We use an embedded broker without any problem at work. But we are still on 5.4.2 because of this: https://issues.apache.org/jira/browse/AMQ-3276 Bye, Norman Am 27.06.2011 15:45, schrieb Gary Tully: sure it is, an embedded broker is no different from a standalone broker w.r.t to broker

Re: Can ActiveMQ send GB size message?

2011-06-16 Thread Norman Maurer
if you really want to send such bug messages you sohould have a look at blobmessages http://activemq.apache.org/blob-messages.html bye norman Am Donnerstag, 16. Juni 2011 schrieb jessezbj : > Or what is the biggest size of the message which can be sent through > ActiveMQ? > > --

Re: Controlling Message generation based on ActiveMQ memory

2011-06-06 Thread Norman Maurer
You can do this via flow-control. See: http://activemq.apache.org/producer-flow-control.html Bye, Norman Am 06.06.2011 15:23, schrieb Aneesh: Hi all, I have a java class which produces the message and puts the message into the queue. I have a requirement where i should stop producing the

Re: java.lang.NoClassDefFoundError: org/apache/commons/httpclient/HttpMethod

2011-05-21 Thread Norman Maurer
just include the httpclient jar in your classpath bye norman Am Samstag, 21. Mai 2011 schrieb Michael : > Where can I it?  Looked everywhere! > > -Original Message- > From: Stan Lewis [mailto:sle...@fusesource.com] > Sent: Saturday, May 21, 2011 8:25 AM > To: users@a

Re: Message stuck on queue

2011-02-02 Thread Norman Maurer
th stomp.. Bye, Norman 2011/2/1 anton : > > We are using ActiveMQ 5.4.2 on CentOS 5.4 and also run into a "message stuck > in a queue" scenario. In our case these stuck messages had no content. > Here's an outline of what was happening: > > a) we were seeing a few

Re: KahaDB error: "Could not locate data file"

2011-01-06 Thread Norman Maurer
In 5.4.2 its kahadb.. Bye, Norman 2011/1/6 dcheckoway : > > Yeah, we're using whatever is the default persistence provider in 5.4.2.  I > opened a fresh ticket for it: > > https://issues.apache.org/jira/browse/AMQ-3120 > > Thanks, > Dan > > On Thu, Jan 6

Re: AMQ_SCHEDULED_DELAY not working correctly

2010-12-23 Thread Norman Maurer
Hm, from the code it should work. I use message scheduling with 5.4.2 and it works as espected here. Bye, Norman 2010/12/23 devnull : > > I have the following method: > > http://pastebin.com/8hHV7HxL > > I'm trying to set a delay of 120 seconds to re-deliver a message t

Re: [ANNOUNCE] Apache ActiveMQ 5.4.2 released

2010-12-02 Thread Norman Maurer
Its already there... http://repo1.maven.org/maven2/org/apache/activemq/activemq-core/ Bye, Norman 2010/12/2 develop : > Any ETA for 5.4.2 to get deployed into maven repository? > > On 12/2/10 4:02 PM, Dejan Bosanac wrote: >> >> The Apache ActiveMQ team is pleased to an

Re: BlobMessage 'name' attribute not transferring

2010-12-02 Thread Norman Maurer
Hi there, its a bug. I create a jira issue and attached a fix there: https://issues.apache.org/jira/browse/AMQ-3067 Bye, Norman Ps: Thx for reporting 2010/12/2 Brett Wooldridge : > I have a producer creating BlobMessages, and a consumer that consumes them. >  The > producer is con

Re: Quest for Job queue

2010-11-07 Thread Norman Maurer
Ups Right! Bye Norman 2010/11/7, Rob Davies : > You mean JMS Queue ;) > On 7 Nov 2010, at 10:30, Norman Maurer wrote: > >> Just use a JMX queue for this. It will do what you need out of box. >> >> Bye >> Norman >> >> 2010/11/7, Allan Kamau : >

Re: Quest for Job queue

2010-11-07 Thread Norman Maurer
Just use a JMX queue for this. It will do what you need out of box. Bye Norman 2010/11/7, Allan Kamau : > I am new to ActiveMQ and messaging as a whole. I am developing a > parallized application the missing component is the shared job queue > where each process picks one available

Re: activeMQ recoving from a crash...

2010-11-04 Thread Norman Maurer
Hi, its a known bug and fixed in current trunk (5.5-SNAPSHOT). See: https://issues.apache.org/activemq/browse/AMQ-2935 Bye, Norman 2010/11/4 Samir Faci : > So, I was going to test the recovery mechanism of activeMQ.  I looked > at the default config and it seems like it was using >

Re: Does ActiveMQ 5.4.1 runs with IBM jdk 1.5 ?

2010-10-14 Thread Norman
Am 14.10.2010 14:52, schrieb LucDP: Norman Maurer-3 wrote: Maybe you could try to add the following jar to the classpath: http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/geronimo/specs/geronimo-annotation_1.1_spec/1.0.1/geronimo-annotation_1.1_spec-1.0.1.jar This works

Re: Does ActiveMQ 5.4.1 runs with IBM jdk 1.5 ?

2010-10-14 Thread Norman
Maybe you could try to add the following jar to the classpath: http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/geronimo/specs/geronimo-annotation_1.1_spec/1.0.1/geronimo-annotation_1.1_spec-1.0.1.jar Not sure if it will help.. Bye, Norman Am 14.10.2010 14:28, schrieb Gary Tully

Re: KahaDB died during JVM crash?

2010-10-11 Thread Norman Maurer
Its a known issue: https://issues.apache.org/activemq/browse/AMQ-2935 Unfortunaly you will need to delete your data to get activemq to start again. Hopefully there will be a release with the fix included soon.. Bye, Norman 2010/10/11 topikpl : > > Hi, > > recently my ActiveMQ

Re: Message selectors and scheduled messages ?

2010-09-23 Thread Norman Maurer
+1, I would love this feature too :) Bye, Norman 2010/9/23 Thomas Dudziak : > The problem is that this only works if the message is due, so to > speak. For systems where you have more than a few scheduled messages, > you'll need something like a queue browser (which can actually s

Re: Destination destination = session.createQueue(name);

2010-09-23 Thread Norman
No offense, but I think you should really read the javadocs before try to start coding. Bye, Norman Am 23.09.2010 08:56, schrieb pp: Hi, plz tell me what this line do.

Re: Integrating ActiveMQBlobMessage with Camel

2010-05-03 Thread Norman Maurer
It's not supported atm. Contribute a patch for it is on my todo list, but life was to busy to start coding yet... Bye Norman 2010/5/3, GibKing : > > Is it possible to route BlobMessages with Camel? > > I can send ActiveMQBlobMessagen and receive them using ActiveMQ only. > B

Re: Recieving the same message 10 times, Spring, and Camel

2010-04-22 Thread Norman Maurer
And of course the "ActiveMQ in Action" book is a really good source of information.. Bye, Norman 2010/4/22 Bruce Snyder : > On Thu, Apr 22, 2010 at 10:59 AM, Steve Holmes > wrote: >> >> Hi! >> Thanks for the response...so you're saying that the concurren

Re: Get size of queue

2010-03-16 Thread Norman Maurer
Hi Bruce, we used the camel activemq component and use a selector, which works without probs.. So thats not the problem ;) Thx, Norman 2010/3/16 Bruce Snyder : > On Tue, Mar 16, 2010 at 7:20 AM, Norman Maurer > wrote: >> Hi Bruce, >> >> we use ActiveMQ for storing our

Re: Get size of queue

2010-03-16 Thread Norman Maurer
administrator some kind of feedback how many emails are in the queue etc. Bye, Norman 2010/3/16 Bruce Snyder : > On Tue, Mar 16, 2010 at 1:36 AM, Norman Maurer wrote: >> Hi all, >> >> is it somehow possible to get the exact number of items in a queue >> with the jms api ?

Get size of queue

2010-03-16 Thread Norman Maurer
Hi all, is it somehow possible to get the exact number of items in a queue with the jms api ? It would be also nice to be able to check the size of items with a given selector.. So any idea? Thx, Norman

Delaying message delivery

2010-03-04 Thread Norman Maurer
table release. So is there any estimated time when 5.4 will get released ? Thx, Norman

Re: Spring + Camel + external ActiveMQ

2010-03-02 Thread Norman Maurer
, Norman 2010/3/2 juhasiltanen : > > Hi, > > As the subject suggests, I would like to configure a Spring-based > application using Apache Camel for routing with an ActiveMQ instance that is > running outside my application (as a standalone). > > There are many samples o

Problems with ReplyTo

2010-02-24 Thread Norman Maurer
gePattern=InOnly But I still get the exception. Any Idea ? Bye, Norman

Re: Problems with Message

2010-02-24 Thread Norman Maurer
store the MimeMessage. Does this sound good ? I know BlobMessage would prolly be preferable in terms of performance, but I don't want to depend on an "external" storage. Bye, Norman 2010/2/24 Norman Maurer : > Hi all, > > I'm currently try to write a Proof of Concept

Problems with Message

2010-02-23 Thread Norman Maurer
get it work before start to optimize it. Thx, Norman

Re: Build error

2007-09-13 Thread Norman wang
Oh, I got the same error with you... Is there anyone can help us? liuxiaoming wrote: > > [INFO] Preparing eclipse:eclipse > Downloading: > http://agilejava.com/maven//com/agilejava/docbkx/docbkx-maven-plugi > n/2.0.3-SNAPSHOT/docbkx-maven-plugin-2.0.3-SNAPSHOT.pom > Downloading: > http://people

Failed to build the latest code

2007-09-13 Thread Norman wang
--- [INFO] Total time: 1 minute 52 seconds [INFO] Finished at: Thu Sep 13 22:58:30 CST 2007 [INFO] Final Memory: 35M/63M [INFO] ---- Thanks! Norman -- View this message in context: http://www.nabble.com/Failed-to-build-