Re: ActiveMQ 4.1.1 server freezes

2008-05-07 Thread Daryl Richter
jgunz wrote: I have been using ActiveMQ 4.1.1 for awhile in a production product and recently we have been seeing occasional lock-ups/freezes that go away when we restart ActiveMQ. From our clients or from the ActiveMQ log we cannot see that there is a problem, we just stop seeing message through

Re: AW: Parts of an EAI solution

2007-11-28 Thread Daryl Richter
re usually pluggable components that I guess I always think of as separate. -Robert -Ursprüngliche Nachricht- Von: Daryl Richter [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 27. November 2007 13:19 An: users@activemq.apache.org Betreff: Re: Parts of an EAI solution You will a

Re: Parts of an EAI solution

2007-11-27 Thread Daryl Richter
On Nov 27, 2007, at 3:30 AM, Robert Thullner wrote: Hello I am writing my master thesis about EAI solutions and open sources frameworks for it. A part of the thesis shall be to categorize the parts what make up an EAI solution. So what I try to find now, are categories which are part of an

Mirrored Queues

2007-10-17 Thread Daryl Richter
Hi- First off, Nice new feature! After doing a bit of digging into the schema, I came up with the right formulation to get the mirrored queues working with the prefix/ postfix. I have updated the wiki with a little more specific example. My question is: this seems like all or nothing? Is

Re: ServiceMix ActiveMQ Consumer has been broken in recent builds

2007-10-12 Thread Daryl Richter
All- This was a bug in ActiveMQ 5.0 which prevented 4.1.1 clients from connecting. Hiram has fixed the bug and my Service Unit now works again. Thanks! On Sep 11, 2007, at 8:05 AM, Daryl Richter wrote: Hi- I have a very simple ServiceMix JMS Service Unit which reads messages off a

Re: Compatability between AMQ 4.1.1 and 5.0 Snapshot?

2007-10-12 Thread Daryl Richter
I have also verified that this has fixed my issue of ServiceMix being unable to consume from queues on an ActiveMQ 5.0 broker. On Oct 1, 2007, at 3:42 AM, DominicTulley wrote: Thanks Hiram, I rebuilt this morning from subversion and it works now. -Dominic -- View this message in context: h

Re: Duplicate message delivered to consumers on queue with kaha persistence

2007-10-04 Thread Daryl Richter
On Oct 3, 2007, at 7:30 AM, Rob Davies wrote: Do you get the same using AMQ store (the default in 5.0) - its the prefered store over kaha in ActiveMQ 5.0 Hmm. When I start a very recent (revision 581630) build of ActiveMQ with completely default config I get (among others) the following

Re: Compatability between AMQ 4.1.1 and 5.0 Snapshot?

2007-09-29 Thread Daryl Richter
I hope this is why my ServiceMix jms consumers (which would be 4.1.1 clients) stopped working when connected to recent ActivemQ builds. (I reported this both here and on ServiceMix list). I'll retest and let you know. On Sep 28, 2007, at 11:10 AM, Hiram Chirino wrote: Hi, If you get a f

Re: ActiveMQ JMS Bridge to Websphere MQ

2007-09-24 Thread Daryl Richter
On Sep 24, 2007, at 2:29 PM, thaibox1 wrote: Does anyone require anything more from me to help diagnose this issue? Thanks... Well, this is just a stab in the dark here, but one thing that looks a bit funny to me is that your ActiveMQ server is named ALERTQ, yet the error message you are

Re: ActiveMQ JMS Bridge to Websphere MQ

2007-09-20 Thread Daryl Richter
I notice that you are not supplying any authentication. Is it possible that your MQ Series broker requires it? On Sep 20, 2007, at 3:07 PM, thaibox1 wrote: I'm using MQ series 5.2 (I know it's old, but it's supposedly JMS compliant). We're looking to move off Websphere MQ and I'm evaluat

Re: Retrieving Messages Out of Sequence

2007-09-17 Thread Daryl Richter
m using an "asynchronous listener" and not polling for messages. Daryl Richter-3 wrote: I assume you have multiple consumers. In this case, order is *not* preserved. Please see this page: http://activemq.apache.org/how-do-i-preserve-order-of-messages.html On Sep 17, 2007, at 5:4

Re: Problems building with Maven

2007-09-17 Thread Daryl Richter
Hmmm. This works for me. Are you connected to the internet? Maven expects you to be, at least the first time. It needs to downloads boatloads of stuff. After that you can use '-o' for offline. On Sep 17, 2007, at 8:51 AM, pjackson wrote: I tried compiling the ActiveMQ 4.1.1 source wit

Re: Retrieving Messages Out of Sequence

2007-09-17 Thread Daryl Richter
I assume you have multiple consumers. In this case, order is *not* preserved. Please see this page: http://activemq.apache.org/how-do-i-preserve-order-of-messages.html On Sep 17, 2007, at 5:47 PM, wojtek.z wrote: Howdy We are currently experiencing a bit of a problem with one of our app

Re: ServiceMix ActiveMQ Consumer has been broken in recent builds

2007-09-16 Thread Daryl Richter
On Sep 12, 2007, at 10:53 AM, Daryl Richter wrote: Thanks for your reply. On Sep 12, 2007, at 8:27 AM, Guillaume Nodet wrote: What do you mean "it does not work anymore" ?Message are not consumed ? Yes, messages are not consumed. They are with the older AMQ. have you checke

Re: ServiceMix ActiveMQ Consumer has been broken in recent builds

2007-09-12 Thread Daryl Richter
n that may occur ? Nothing at INFO level. Let me start them with DEBUG level logging and get back to you. On 9/12/07, Daryl Richter <[EMAIL PROTECTED]> wrote: Hi- I originally posted this to the Dev list, but got no response. I would like to try to help fix this if someone could

ServiceMix ActiveMQ Consumer has been broken in recent builds

2007-09-12 Thread Daryl Richter
Hi- I originally posted this to the Dev list, but got no response. I would like to try to help fix this if someone could point me in the right direction. I have a very simple ServiceMix JMS Service Unit which reads messages off a queue. Here is the xbean: http://www.w3.org/2004/08/wsd

ServiceMix ActiveMQ Consumer has been broken in recent builds

2007-09-11 Thread Daryl Richter
Hi- I have a very simple ServiceMix JMS Service Unit which reads messages off a queue. Here is the xbean: http://www.w3.org/2004/08/wsdl/in-out"; connectionFactory = "#ConnectionFactory"/> class="org.apache.activemq.ActiveMQConnectionFactory"> It works fine with

Re: Warning and then OutOfMemoryError

2007-06-10 Thread Daryl Richter
both a Dev and QA system that I can profile. Can you point me to a link or a quick example of "running with a profiler." Thanks! > > Regards, > Hiram > > On 5/24/07, Daryl Richter <[EMAIL PROTECTED]> wrote: >> Hey- >> >> Last night one of our b

Re: Monitor ActiveMQ from the remote host

2007-06-01 Thread Daryl Richter
On 6/1/07 5:18 AM, "Oleg Deribas" <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to connect using jconsole to ActiveMQ instance running on the > remote host according to this: > > http://activemq.apache.org/how-can-i-monitor-activemq.html > > When I'm connecting from localhost it works. But

Warning and then OutOfMemoryError

2007-05-24 Thread Daryl Richter
r exclusively with Stomp clients. The throughput is not large, though there was active messaging at the time. Thanks! -- Daryl Richter -:- Fund Development Services 440 Park Avenue South -:- 14th Floor -:- Manhattan -:- NY -:- 10016 e://[EMAIL PROTECTED] o://212/920.3526 m://917/536.0789

Re: Flash/ActionScript 3 library to connect to ActiveMQ (STOMP) server

2007-04-04 Thread Daryl Richter
I (and my company) are most definitely interested. We are building some flex apps and would almost certainly eventually like them to talk to our ActiveMQ brokers. If you host it somewhere shared we might even eventually be able to contribute back. Perhaps Sourceforge? On 4/4/07 6:17 AM, "r_j

Re: Web console in version 4.2

2007-03-22 Thread Daryl Richter
ion in the pom... but the >> rc1 version doesn't actually work... But I just showed up here so I'm >> pretty much guessing at how things get done, obviously. >> >> Hopefully it'll get sorted out soon. >> >> >> >> >> >>

Re: Web console in version 4.2

2007-03-22 Thread Daryl Richter
I just showed up here so I'm >> pretty much guessing at how things get done, obviously. >> >> Hopefully it'll get sorted out soon. >> >> >> >> >> >> Daryl Richter-3 wrote: >>> >>> I have exactly the same problem here. >>> &

Re: Web console in version 4.2

2007-03-21 Thread Daryl Richter
I have exactly the same problem here. [Prax:~/Code/Java/activemq] ngzax% svn up At revision 520846. The message indicates that I could install Jetty manually, but certainly that isn't what we should all be doing, right? On 3/20/07 7:06 PM, "M. David Minnigerode" <[EMAIL PROTECTED]> wrote: > >

Re: Help ! - Broker Hanging up

2007-03-07 Thread Daryl Richter
On 3/6/07 7:28 PM, "rabidgremlin" <[EMAIL PROTECTED]> wrote: > Would there be a separate buffer per connection ? > > Otherwise a broken listener would still cause all the others to block... > > Also with the current release would a slow listener cause all the other > listeners to slow down becau