ActiveMQ NMS API - 404 message

2013-03-24 Thread Sebastian Rodriguez
Hi, I'm trying to access the NMS API ( http://activemq.apache.org/nms/nms-api.html ). But all the links seem down. Do you know where I can find the latest Apache.NMS.ActiveMQ API documents? Thanks, --- Sebastien Rodriguez

Re: AMQ 5.5 - compression on network of brokers

2012-03-27 Thread Sebastian Rodriguez
Ha you tried list this for the network connector connection string? wrote: > a network connector keeps an open tcp 'openwire' connection to its > peer. This receives advisory demand information about consumers and is > used to forward(send) messages when required. > The protocol can be changed

Backward compatibility

2012-01-13 Thread Sebastian Rodriguez
Hi, I've an application currently using the Apache.NMS.ActiveMQ libraries (v1.5.1) and Apache.NMS (1.5.0). We are currently using ActiveMQ 5.5.1, but wanted to know if those libraries would be backward compatible with ActiveMQ 5.4.0? Thanks a lot, --- Sebastian Rodriguez

Re: Network of brokers --> excessive reset of the connections?

2011-10-06 Thread Sebastian Rodriguez
ed: > > I am wondering if the other end you're trying to connect to is up and > running. > Did the other end perhaps shut down? > Do you operate on a reliable or shaky network? > > > Regards, > > > Torsten Mielke > tors...@fusesource.com > tmie...@blogs

Network of brokers --> excessive reset of the connections?

2011-10-05 Thread Sebastian Rodriguez
Hi all, I'm using ActiveMQ 5.4.0, in a network of broker configuration, with duplex connections to send notifications in a server / clients architecture. I was looking through the logs for an issue I had on site, and I noticed a lot of warnings and errors related to connection between the members o

Re: What is the time period used in StatisticsPlugin?

2010-12-06 Thread Sebastian Rodriguez
Hi Don, Gary Tully already answered your questions 4 days ago. Check the answer below, Seb On Fri, Dec 3, 2010 at 15:22, Gary Tully wrote: > they are computed from broker start or from the last reset which can > be issued via the admin console or vi jmx. > > On 2 December 2010 14:46, Don Santill

Re: [AMQ-CPP] Issues with 3.2.1

2010-07-15 Thread Sebastian Rodriguez
Hi, Have you tried upgrading your gcc in the centos and debian machines? This would keep a consisting environment so that we can rule out that possible root of problems? Regards On 16 July 2010 11:49, Romain CHANU wrote: > Hi, > > I am currently upgrading my client from 3.1.0 to 3.2.1. > > Th

Re: Re-Start required when changing activemq.xml or camel.xml ? Auto-restart possible?

2010-06-23 Thread Sebastian Rodriguez
Hi, If changes are done in the xml files (activemq.xml and / or camel.xml), a restart of the service will be necessary. As far as I know, if ActiveMq is installed as a windows service, there is no command line to restart a service, although you can stop and start it with the following commands: "n

Re: How to post message to a certain queue consumer?

2010-05-19 Thread Sebastian Rodriguez
sumers. > When ActiveMQ selects the consumer for a message, does it evaluate the > selectors for all consumers? > > Many thanks. > > ____ > From: Sebastian Rodriguez [srodrig...@gmail.com] > Sent: 19 May 2010 11:42 > To: users@activemq.

Re: How to post message to a certain queue consumer?

2010-05-19 Thread Sebastian Rodriguez
Hi alan, For the Selectors in C#, you can find the following snippet: <--- start producer side code --> /// /// True if the publisher has a selector. False otherwise /// /// /// true if this instance is selector; otherwise, false. /// publ

Re: Activemq comunication causes out of memory

2010-05-05 Thread Sebastian Rodriguez
Hi Dimitarn, Can you specify which version of Active MQ you are using so that we can discard some of the already discovered bugs if you are not using the latest stable release? Thanks! Seb On 5 May 2010 14:59, dimitarn wrote: > > I have jboss server and i have activemq. There is only one topic

Re: 5.1.0 -> 5.3.1 upgrade questions.

2010-04-22 Thread Sebastian Rodriguez
Dear Shaun, Regarding the configuration: Exposes or not the activeMq to the JMX. Basically setting this to true will let you connect the different vm tools (jconsole, jvisualvm.exe, etc) to the part related to activeMQ so that you can monitor it's usage in terms of RAM, cpu usage, threads

Re: Topic Inheritance

2010-04-14 Thread Sebastian Rodriguez
Hi canal, Yes, car.ford.> and car.ford.* will receive the same messages. The difference is that for example you want to receive all the messages concerning truck, *.*.truck will make the trick :) For the difference between * and > maybe this other example will help you understand: a.b.c a.b.d a.

Re: Topic Inheritance

2010-04-14 Thread Sebastian Rodriguez
Dear Carlos, You should have a look at the wildcard subscriptions: http://activemq.apache.org/wildcards.html It's more the other way around though: you publish to a specific topic and all the parent's subscribers will receive it, instead of publishing to a

Re: Running ActiveMQ and having a database failover

2010-04-13 Thread Sebastian Rodriguez
I'm not sure rather this solution can be used in your case. If you want to use a primary / secondary db, you can normally specify them in the driver configuration: This is the configuration for mysql for eg. In your case, your primary and secondary db have the same IP.

Re: AMQ DataStore exception leading to Java.IO.EOFException

2010-03-16 Thread Sebastian Rodriguez
Do you guys think switching to Kaha Data Store could solve this issue ( <=> this issue is AmqDatastore specific?) On 16 March 2010 11:00, Sebastian Rodriguez wrote: > Dear all, > I come back to you to look for pointers on possible causes that can lead me > to receive this ki

AMQ DataStore exception leading to Java.IO.EOFException

2010-03-15 Thread Sebastian Rodriguez
Dear all, I come back to you to look for pointers on possible causes that can lead me to receive this kind of exception. I'm using Apache.ActiveMQ 5.3.1, with Apache.NMS.ActiveMQ 1.2.0. I'm using ActiveMQ for communicating in a SOAP application: the servers are in Network of Brokers configuration,

Re: Windows Service won't start on ActiveMQ 5.3

2010-03-05 Thread Sebastian Rodriguez
Can you provide us your activemq.xml file? I would say most of the times it's a configuration problem, so the broker cannot start, hence the service can't either. Another suggestion would be to launch your broker directly from a command prompt so that you have a more detailed output of what is goi

Default Dispatch Policy and Pending message Limit Strategy

2010-02-23 Thread Sebastian Rodriguez
Dear all, I'm wondering what are the defaults for these two configuration parameters. I know the options for Dispatch Policy are: - SimpleDispatchPolicy: Simple dispatch policy that sends a message to every subscription that matches the message. - StrictOrderDispatchPolicy: Dispatch polic

Re: Does change of activemq.xml require restart?

2010-02-18 Thread Sebastian Rodriguez
Hi Ben, Unfortunately a restart is required. Regards, Seb On 18 February 2010 22:26, BenXS wrote: > > If I change the activemq.xml is then a restart required or does Active > recognize automatically config changes and read it on-the-fly? > > Ben > -- > View this message in context: > http://old.

Re: How to enable file based persistence ?

2010-02-18 Thread Sebastian Rodriguez
by default the messages in activeMQ are persistent. They will use the file data store: ActiveMq Message Store, although since 5.3 it's recommended to use the KahaDb . Look at the pages on how to enable / conf

Re: ActiveMQ-CPP Connection monitoring

2010-02-03 Thread Sebastian Rodriguez
Hi Martin, I'm not an expert of the Cpp client and I'm more familiar to the .NEt client, but looking at the ActiveMQConnection.h, it seems the cpp client has the same exceptions and listeners than the .NET counterpart: public: // TransportListener /** * Adds a transport listener

Re: Memory leak while running a network of brokers?

2010-02-03 Thread Sebastian Rodriguez
Hi Mark, There is a memory leak solved in the 5.3.1 branch ( AMQ-2448 ) that occurs when using network of brokers. It doesn't seem it's exactly your test case, as the two brokers are apparently up during your test. Maybe you give a try to the 5.3.

Re: Subscription lost while

2010-01-25 Thread Sebastian Rodriguez
ed :) Thank you very much for your help, Sebastian 2010/1/26 Sebastian Rodriguez > Another piece of information: the exact exception stack is as follow: > > [Dummy.Framework.Notification.ActiveMQ.Tools.TopicConnection.OnExceptionListener] > [5]System.IO.EndOfStreamException:

Re: Subscription lost while

2010-01-25 Thread Sebastian Rodriguez
Sebastian Rodriguez > From the log messages I can see: > > 1/25/2010 9:49:09 AMDebug: > [Dummy.Framework.Notification.ActiveMQ.Tools.ActiveMQTracer.Warn] > [6]ActiveMQ.NMS.Warning: Transport failed to > tcp://localhost:61616/, attempting to automaticall

Re: Subscription lost while

2010-01-25 Thread Sebastian Rodriguez
activemq/browse/AMQNET-196) but i do not receive this exception in a regular basis. It seems that this exception occurs more often in slow or old machines. Can it be related? Thank you very much for your help on the subject, Sebastien 2010/1/25 Sebastian Rodriguez > I've enabled the logg

Re: Subscription lost while

2010-01-25 Thread Sebastian Rodriguez
tomorrow see if i can reproduce the error 2010/1/25 Timothy Bish > On Mon, 2010-01-25 at 12:18 +0800, Sebastian Rodriguez wrote: > > Dear all, > > I'm encountering a very strange problem. > > I have a client that uses an embedded broker to connect to a network of >

Subscription lost while

2010-01-24 Thread Sebastian Rodriguez
Dear all, I'm encountering a very strange problem. I have a client that uses an embedded broker to connect to a network of brokers. The connection between my client and the embedded broker is done through the Apache.NMS.ActiveMQ client. I'm connecting to the embedded broker through a failover uri a

Re: [ANNOUNCE] Apache.NMS API 1.2.0 Released

2010-01-15 Thread Sebastian Rodriguez
Just a very small detail, as the release has been announced, we should update the corresponding wiki pages: http://activemq.apache.org/nms/activemq-net-120-release.html (still marked as *The Release is still in progress)* Seems a lot of improvments have been done, lets work hard on the next releas

Re: How to avoid "Slow KahaDB access: cleanup took 545" error msg?

2010-01-14 Thread Sebastian Rodriguez
Dear Ben, There has already been a discussion similar to yours: http://old.nabble.com/Slow-KahaDB-access-td26594249.html#a26594249 You can have a look at the page dedicated to the KahaDb: http://cwiki.apache.org/confluence/display

Re: ActiveMQ topology problem

2009-12-17 Thread Sebastian Rodriguez
with the network of brokers, but isn't it a waste of network usage to send n messages when only one is enough? I'm still wondering what I've missed in the configuration on my architecture, the temporal workaround worked well, but I feel it's a waste of performances. Any suggestio

ActiveMQ topology problem

2009-12-16 Thread Sebastian Rodriguez
Dear all, I'm currently having a topology problem and I'm not so sure it can be handle in the current situation. I want to use the topology attached in the mail. Basically I've a client server application, and I'm using activeMQ for some notifications. * Every client is connected in static mode to

Re: deployment of hundreds of client. broker name configuration problem?

2009-12-06 Thread Sebastian Rodriguez
e, and in the wrapper.conf > do something like: > > wrapper.java.additional.3=-Dactivemq.hostname=%ACTIVEMQ_HOSTNAME% > > We use the second method in production successfully. > > cheers, > > James. > > > 2009/12/4 Sebastian Rodriguez : > > Dear all, > >

deployment of hundreds of client. broker name configuration problem?

2009-12-04 Thread Sebastian Rodriguez
Dear all, In need your advice in the following configuration scenario: we are deploying ActiveMQ 5.3 in a big number of machines. The configuration is exactly the same for all the machines, the only difference is, of course, the broker name. As they need to be unique, they need to be changed in all

Re: Shutting down a broker in a network of brokers

2009-12-03 Thread Sebastian Rodriguez
I might be wrong on this one, but usually, in a network of brokers, the messages are synced between brokers. When one of the brokers goes down, the messages are not lost. The producers and consumers will switch automatically to an available broker, transparently for the end user. 2009/12/4 yello_d