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

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: 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
Do you know if there will be a ActiveMQ 5.5.1 release for AMQ-3276 ? Bye, Norman 2011/6/27 Gary Tully gary.tu...@gmail.com: 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 a

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 mtarullo...@optonline.net: Where can I it?  Looked everywhere! -Original Message- From: Stan Lewis [mailto:sle...@fusesource.com] Sent: Saturday, May 21, 2011 8:25 AM To:

Re: Message stuck on queue

2011-02-02 Thread Norman Maurer
I think it would be better todo something like that for the fix: byte[] content; if (msg.getText== null) { content = new byte[0]; } else { content = msg.getText().getBytes(UTF-8); } command.setContent(content); But I'm not to familiar with stomp.. Bye, Norman

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 dchecko...@gmail.com: 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, 2011 at 10:42 AM, Gary Tully

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 jimi...@gmail.com: I have the following method: http://pastebin.com/8hHV7HxL I'm trying to set a delay of 120 seconds to re-deliver a message to a queue.

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 brett.wooldri...@gmail.com: I have a producer creating BlobMessages, and a consumer that consumes them.  The

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 d...@alegram.com: 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 announce the

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 kamaual...@gmail.com: 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

Re: Quest for Job queue

2010-11-07 Thread Norman Maurer
Ups Right! Bye Norman 2010/11/7, Rob Davies rajdav...@gmail.com: 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 kamaual...@gmail.com: I am new to ActiveMQ

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 sa...@esamir.com: 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: 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 jakub.kozlow...@gmail.com: Hi, recently my

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 bruce.sny...@gmail.com: On Thu, Apr 22, 2010 at 10:59 AM, Steve Holmes iamstevehol...@gmail.com wrote: Hi! Thanks for the response...so you're saying that the

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

Re: Get size of queue

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

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 bruce.sny...@gmail.com: On Tue, Mar 16, 2010 at 7:20 AM, Norman Maurer norman.mau...@googlemail.com wrote: Hi Bruce, we use

Delaying message delivery

2010-03-04 Thread Norman Maurer
Hi all, I'm currently in the progress of moving the whole spooling/queuing of mails in JAMES to using ActiveMQ. So far it works like a charm (for incomming mails). Now I want to implement the queue for the mails which need to get send to a remote host. For this I need to have some kind of delay

Re: Spring + Camel + external ActiveMQ

2010-03-02 Thread Norman Maurer
Hi, if you want to use activemq in not embed mode you would have something like this in the spring xml: bean id=jmsConnectionFactory class=org.apache.activemq.pool.PooledConnectionFactory destroy-method=stop property name=connectionFactory bean

Re: Problems with Message

2010-02-24 Thread Norman Maurer
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 nor...@apache.org: Hi all, I'm currently try to write a Proof of Concept for using ActiveMQ

Problems with ReplyTo

2010-02-24 Thread Norman Maurer
Hi all, I'm currently prototype the usage of activemq for spooling / queuing in JAMES Mailserver. The delivery to the users mailboxes work out of the JMSQueue. Anyway I get the following exception after the successfully delivery: org.apache.camel.NoSuchEndpointException: No endpoint could be