Re: Discovery and NMS

2009-06-09 Thread semog
Hi Eric (And John West), I haven't been able to get the auto-discovery to work yet, but from your sample connection strings, I think you will need to change them to the following to have any chance of getting them to work: activemq:discovery:multicast://default or activemq:failover:discovery:m

PrefetchSize for networkConnector

2009-06-09 Thread yinghe0101
hi, I have an issue which greatly reduces the quality of service of a network of activemq brokers. Here is what I have: 1. 4 brokers( broker1, broker2, broker3, broker4) in a network by multicast discovery 2. i have 2 consumers of QueueA on broker1, 2 consumers of QueueA on broker2, and consume

Re: Issues with Network of Brokers and Message Selectors

2009-06-09 Thread rotgier
Hi, I've tested your code on 5.3-SNAPSHOT (downloaded a minute ago - timestamp "Fri Jun 05 21:12:49 GMT+00:00 2009") and the results are: - when conduits are off the Brokers stats are as follows: before recv: 100, 0, 0, 0, 100 100, 0, 0, 0, 100 after recv: 100, 100, 100

Re: Can't Disable JMX?

2009-06-09 Thread Bruce Snyder
On Tue, Jun 9, 2009 at 1:58 PM, mrh wrote: > > That seems to have resolved the web access problem.  However, I'm on windows, > and I've set the SUNJMX variable as directed, but "run.jar" is still > accessible under the "local process" category in jconsole. > > Does it need to be disabled for camel

Re: Can't Disable JMX?

2009-06-09 Thread mrh
That seems to have resolved the web access problem. However, I'm on windows, and I've set the SUNJMX variable as directed, but "run.jar" is still accessible under the "local process" category in jconsole. Does it need to be disabled for camel too? Thanks again, mrh bsnyder wrote: > > On Tue

Re: Can't Disable JMX?

2009-06-09 Thread Bruce Snyder
On Tue, Jun 9, 2009 at 12:02 PM, mrh wrote: > > > > bsnyder wrote: >> >> >> >> To completely disable JMX in ActiveMQ, you need to edit the ActiveMQ >> startup script so that the com.sun.management.jmxremote property is >> not set. This can be done by editing the bin/activemq script so that >> the S

Re: Can't Disable JMX?

2009-06-09 Thread mrh
bsnyder wrote: > > > > To completely disable JMX in ActiveMQ, you need to edit the ActiveMQ > startup script so that the com.sun.management.jmxremote property is > not set. This can be done by editing the bin/activemq script so that > the SUNJMX property is empty. Below are examples: > > Lin

Re: Can't Disable JMX?

2009-06-09 Thread Bruce Snyder
On Tue, Jun 9, 2009 at 11:28 AM, mrh wrote: > > I'm trying to disable JMX using the activemq.xml file (useJmx="false") and it > does not seem to be working.  I can still connect using jconsole and the > admin webpage.  Is this a bug or is there somewhere else that this must be > disabled? To compl

Can't Disable JMX?

2009-06-09 Thread mrh
I'm trying to disable JMX using the activemq.xml file (useJmx="false") and it does not seem to be working. I can still connect using jconsole and the admin webpage. Is this a bug or is there somewhere else that this must be disabled? Thanks, mrh -- View this message in context: http://www.nab

Duplex not working (or I am doing something wrong)

2009-06-09 Thread nmittal
Hi, I want to setup message exchanges (both ways) between two brokers running on different boxes. I have a producer P1 on box 1 thats publishes messages that are consumed by a consumer C2 on box 2. C2 then does some calculations and publishes messages on P2 that a consumer C1 on box 1 subscribes

Re: Pausing producer with ACKS.

2009-06-09 Thread pclovec
you can try to look at WLSession.NO_ACKNOWLEDGE uprooter wrote: > > Hello. > I'm new to ActiveMQ and I'm confused by the JMS Spec and the way it's > implemented bt AMQ. > I have both consumer and producer session created with > Session.CLIENT_ACKNOWLEDGE. > I want to pause message flow from th

Re: Pausing producer with ACKS.

2009-06-09 Thread pclovec
also you can look at this WLSession.NO_ACKNOWLEDGE pclovec wrote: > > seems you can using Auto_ACKNOWlEDGE, and async send message. > > > > uprooter wrote: >> >> Hello. >> I'm new to ActiveMQ and I'm confused by the JMS Spec and the way it's >> implemented bt AMQ. >> I have both consumer and

Re: Pausing producer with ACKS.

2009-06-09 Thread pclovec
seems you can using Auto_ACKNOWlEDGE, and async send message. uprooter wrote: > > Hello. > I'm new to ActiveMQ and I'm confused by the JMS Spec and the way it's > implemented bt AMQ. > I have both consumer and producer session created with > Session.CLIENT_ACKNOWLEDGE. > I want to pause messa

Re: How to Secure Webconsole ?

2009-06-09 Thread stoyac
See http://it.toolbox.com/blogs/unix-sysadmin/securing-activemq-web-console-27727 Regards -- View this message in context: http://www.nabble.com/How-to-Secure-Webconsole---tp19489974p23943431.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Pausing producer with ACKS.

2009-06-09 Thread uprooter
Hello. I'm new to ActiveMQ and I'm confused by the JMS Spec and the way it's implemented bt AMQ. I have both consumer and producer session created with Session.CLIENT_ACKNOWLEDGE. I want to pause message flow from the producer until messages are consumed by a consumer. I don't want to use persist