Re: Problems with acknowledge mode order (STOMP)

2009-02-06 Thread Roger Hoover
Hi Dejan, Thanks again for the quick response. Here is a very simple Perl unit test that illustrates the bug. I don't do too much work with Java so if you really don't mind translating it, I appreciate it. Thanks, Roger #!/usr/bin/env perl use strict; use Net::Stomp; use Data::Dumper; use Te

Can someone point me to an example of using a ConsumerEventSource

2009-02-06 Thread darrickc
I have an embedded broker in my server process and I'd like to know in my server process when a client subscribes to a certain topic. Through reading these forums I've figured out that using a ConsumerEventSource is the way to go. When I get an event I can figure out how many consumers there are f

Re: NMS on Compact Framework

2009-02-06 Thread mtpowers
I have tried building, it seems like it builds fine - but then when you reference the NMS Dll's from a compact framework project I am getting "Error 1 The type 'System.Uri' is defined in an assembly that is not referenced. You must add a reference to assembly 'System, Version=2.0.0.0, Cul

Install as service using yajsw

2009-02-06 Thread Danilo Tuler
Hi, Did anybody try to install ActiveMQ as a windows service using yajsw instead of jsw? http://yajsw.sourceforge.net/ Thanks, Danilo -- View this message in context: http://www.nabble.com/Install-as-service-using-yajsw-tp21875241p21875241.html Sent from the ActiveMQ - User mailing list arch

CamelContext give me out of memory heap error

2009-02-06 Thread jimmy007
my applicationContext file contain only this much configuration and still i have the problem with only camelContext, othere things are fine my broker and other stull when i deploy it , it will give me memory out of heap error http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w

Master/slave out of sync with multiple consumers

2009-02-06 Thread Dan James
I'm seeing exceptions like this in a simple master/slave setup: ERROR Service- Async error occurred: javax.jms.JMSException: Slave broker out of sync with master: Dispatched message (ID:DUL1SJAMES-L2-1231-1233929569359-0:4:1:1:207) was not in the pending list for MasterSla

Re: sending messages to a topic that program is listening to

2009-02-06 Thread Bill Schuller
I believe you have to specify your selector as you create your consumer. On 2/6/09 6:07 AM, "Mark Webb" wrote: > OK. I have it all figured out and running. I have looked through the > API's and cannot find the answer, but can I set the selector criteria > after the consumer has started? > >

Re: sending messages to a topic that program is listening to

2009-02-06 Thread Mark Webb
OK. I have it all figured out and running. I have looked through the API's and cannot find the answer, but can I set the selector criteria after the consumer has started? Thanks On Thu, Feb 5, 2009 at 11:32 AM, Bill Schuller wrote: > Here is some more detailed information on message propertie

Re: ConcurrentModificationException while closing consumer

2009-02-06 Thread Gary Tully
Hi Bonny, that looks like a bug indeed, should be easy to replicate in a Junit tests case I think. Could you raise a jira issue for this and if you have some tests code that demonstrates, please include it. for more info see: http://activemq.apache.org/contributing.html Thanks, Gary. 2009/2/6 bo