Re: v5.8 Master-Slave shared NFSv4 filesystem setup - having problem

2014-09-04 Thread Rodrigo Ramos
Look above link. http://activemq.apache.org/shared-file-system-master-slave.html 2014-09-04 7:18 GMT-05:00 Rahul Bhardwaj : > Hi All, > > I am trying to setup a master-slave with nfs4 shared file system. The > problem i am facing is that broker service (from master and slave server > separat

Re: Scaling ActiveMQ broker for higher load (Network of brokers)

2014-08-13 Thread Rodrigo Ramos
You can do it with servicemix. Servicemix has rules for route messages using java code (Spring format). 2014-08-13 3:41 GMT-05:00 khandelwalanuj : > Hi, > > I am currently using ActiveMQ 5.10 and running one message broker. In my > setup clients are continuously increasing by which load on the

Re: ActiveMQ Heap Size Monitoring

2014-06-25 Thread Rodrigo Ramos
The jdk has command line tools such jpstat. Try with: jpstat -gcutil [Pid] 2000 20 You only have to specify the pid of your java process. El jun 25, 2014 12:23 PM, "djdick" escribió: > We're looking for simply the amount of the heap used, no need to analyze > the > contents of the heap. At lea

Re: ActiveMQ Heap Size Monitoring

2014-06-25 Thread Rodrigo Ramos
Heap dump its for that. A good tool for analize heap dums and get statics in real time is JConsole. El jun 25, 2014 11:41 AM, "djdick" escribió: > Has anyone put into place a simple way to monitor and record the heap space > utilization? We're looking for something that will grab the heap space >

Re: How long do I have to acknowledge() a message?

2014-06-11 Thread Rodrigo Ramos
I think that is impossible, because the ack is part of tcp protocol. You can change some values for performance issues (listed below) but anyone is for time. http://activemq.apache.org/activation-spec-properties.html Why would you want to wait two minutes? It coud be a risk when your concurrency

Re: Resource adapter link (5.9)

2014-04-10 Thread Rodrigo Ramos
Thanks for your help. 2014-04-04 23:27 GMT-06:00 Claus Ibsen : > Hi > > You can find it in maven central > http://search.maven.org/#search%7Cga%7C1%7Cactivemq-rar > > > On Sat, Apr 5, 2014 at 12:31 AM, Rodrigo Ramos > wrote: > > Hello > > > > I want

Resource adapter link (5.9)

2014-04-04 Thread Rodrigo Ramos
Hello I want to download activemq 5.9 resource adapter, but there is no manner to get it: https://activemq.apache.org/resource-adapter.html does somebody know where is the .rar archive? Regards

Could not find Message-ID

2014-03-13 Thread Rodrigo Ramos
Hi I'm having info and error log messages when my consumer get messages. Im not sure it it happens cause my cluster of brokers are duplicating due to "Store and forward". my-broker-4 2014-03-13 10:44:09,832 | INFO | my-broker-4 Ignoring sub from my-broker-2, browsers explicitly suppressed | org

Re: can't connect to activemq

2014-03-12 Thread Rodrigo Ramos
Yes. Hostname or IP could be. 2014-03-12 18:35 GMT-06:00 Li Li : > hostname is the ip? where should I add this? > > On Tue, Mar 11, 2014 at 7:02 PM, Gary Tully wrote: > > java.rmi.server.hostname may be the missing piece > > On 10 Mar 2014 02:35, "Li Li" wrote: > > > >> I have successfully con

Re: ActiveMQ consumers stop accepting messages

2014-03-12 Thread Rodrigo Ramos
You have to get thread dump of consumers and brokers. Do it before and after the consumers stops. 2014-03-12 17:10 GMT-06:00 davery : > Hi, > > I have two ActiveMQ 5.8 instances setup in a network of brokers. Each > instance is hosted on a separate machine running Ubuntu 12.04 with 8GB of >

Re: java.lang.NullPointerException

2014-02-26 Thread Rodrigo Ramos
stand-alone test case? Or turn up logging to > debug for activemq on your client and post to pastebin? > > On Thu, Feb 6, 2014 at 4:29 PM, Rodrigo Ramos > wrote: > > Hello > > > > I am getting the next exception when I invoke a service into my webapp. > > >

Re: already connected from tcp://xx.xxx.x.xxx:59357

2014-02-14 Thread Rodrigo Ramos
Im using an only one cosumer for all queues. Regards El feb 14, 2014 6:13 PM, "Noel OConnor" escribió: > Are you using topics and reusing the same client id for multiple producers. > Its just a guess but check just in case. > > > On Sat, Feb 15, 2014 at 9:18 AM, Rodrigo

already connected from tcp://xx.xxx.x.xxx:59357

2014-02-14 Thread Rodrigo Ramos
Hi Im testing a web application that is connected with ActiveMQ as producer. IM getting below error with load: [#|2014-02-14T15:59:26.840-0600|WARNING|glassfish3.1.2|javax.enterprise.system.core.transaction.com.sun.jts.jta|_ThreadID=801;_ThreadName=Thread-2;|JTS5041: The resource manager is doin

Fwd:

2014-02-08 Thread Rodrigo Ramos
Hello When I tested activemq 5.8 connector ping, next message is shown: Ping Connection Pool failed for jms.cm.ConnectionFactory. This pool is not registered with the runtime environment : jms.cm.ConnectionFactory Please check the server.log for more details. GlassFish Server Open Source Edit

Re: ActiveMQ Connection failed when network failed

2014-02-06 Thread Rodrigo Ramos
You should use a sniffer such as tcpdump or whireshark, in order to know all about the packages transmitted between two points. Good look 2014-02-06 Christian Posta : > Odd... seems like the connection context was not cleaned up correctly > (and/or) activemq didn't notice the connection drop so

Re: Purge Kahadb

2014-02-06 Thread Rodrigo Ramos
Can I do it for specific queues? 2014-02-06 Rodrigo Ramos : > > If my main is not wrong, there are two ways for that. We can set up as > policy into the broker or we can set up on the message. Is this correct? > > > 2014-02-06 Christian Posta : > > Maybe your producers

Re: Purge Kahadb

2014-02-06 Thread Rodrigo Ramos
amount of time. > > On Tue, Feb 4, 2014 at 7:38 PM, Rodrigo Ramos > wrote: > > Its complicated, because the core of service is asyncronous tier. So, i > > have to clean the queues before the incoming messages start. > > El feb 4, 2014 7:53 PM, "artnaseef"

java.lang.NullPointerException

2014-02-06 Thread Rodrigo Ramos
Hello I am getting the next exception when I invoke a service into my webapp. java.lang.NullPointerException at org.apache.activemq.command.ActiveMQDestination.hashCode(ActiveMQDestination.java:328) at java.util.HashMap.hash(HashMap.java:351) at java.util.HashMap.getEntry(HashMap.java:443) at ja

Re: Purge Kahadb

2014-02-04 Thread Rodrigo Ramos
ust not delete data directory. > > Is there another way? > > > > > > > > > > > > 2014-02-04 artnaseef : > > > >> Rodrigo Ramos wrote > >> > There is a problem with web console. It says that the queue is without > >> > m

Re: Purge Kahadb

2014-02-04 Thread Rodrigo Ramos
Yes, but those messages are different. Every days the incoming messages has different contents. I purged all messages into the queue, before the new messages arrives, but it does not work. I must not delete data directory. Is there another way? 2014-02-04 artnaseef : > Rodrigo Ramos wr

Re: Purge Kahadb

2014-02-04 Thread Rodrigo Ramos
ut from other stores using the mkahadb directive. > > > > See > > > http://blog.garytully.com/2011/11/activemq-multiple-kahadb-instances.html > > > > > > > > > > On Tue, Feb 4, 2014 at 6:20 AM, Rodrigo Ramos <[hidden email]> wrote: > > &g

Purge Kahadb

2014-02-03 Thread Rodrigo Ramos
Hello I want to purge all messages into a only one queue, even, if it has stored messages. How can I do it that without affect other queues in the same broker? Regards

Re: Java Options

2014-01-22 Thread Rodrigo Ramos
f -Dactivemq.data=/opt/BROKERS/vass-desa-1/data Thanks 2014/1/22 Rodrigo Ramos > I've tried and I got the same error: > > The command: > > ${ACTIVEMQ_HOME}/bin/activemq -XX:UseParallelGC "$*" > > The error: > > INFO: Unrecognized option: -XX:UsePa

Re: Java Options

2014-01-22 Thread Rodrigo Ramos
I've tried and I got the same error: The command: ${ACTIVEMQ_HOME}/bin/activemq -XX:UseParallelGC "$*" The error: INFO: Unrecognized option: -XX:UseParallelGC Regards El ene 22, 2014 2:02 PM, "Jose María Zaragoza" escribió: > 2014/1/22 Rodrigo Ramos : > >

Timer already cancelled and KahaDB: Recovering checkpoint thread after death

2014-01-22 Thread Rodrigo Ramos
I´m getting this error from my brokers: 10.142.176.106:40672@61617 2014-01-21 19:52:00,507 | WARN | Transport Connection to: tcp:// 10.142.176.106:40701 failed: java.io.IOException: Unexpected error occured: java.lang.IllegalStateException: Timer already cancelled. | org.apache.activemq.broker.T

Re: Java Options

2014-01-22 Thread Rodrigo Ramos
5.8.0 2014/1/22 Claus Ibsen > What version of ActiveMQ are you using? > > On Wed, Jan 22, 2014 at 7:37 PM, Rodrigo Ramos > wrote: > > Hello Everybody > > > > I want to change how to GC perform into in activemq. I have edited the > > starting shell a

Java Options

2014-01-22 Thread Rodrigo Ramos
Hello Everybody I want to change how to GC perform into in activemq. I have edited the starting shell and I have seen some memory variables. If I edit the starting shell with follow parameters: export ACTIVEMQ_HOME=/opt/apache-activemq-5.8.0 export ACTIVEMQ_BASE=$ACTIVEMQ_BASE export ACTIVEMQ_OP

Re: EOF Exception

2014-01-21 Thread Rodrigo Ramos
Hello Chris, You can use netstat for identify what process is listening in 47400 port, as root type: # netstat -punlt | grep 47400 I hope will be helpfully Regards 2014/1/21 artnaseef > Can you use a network packet sniffer, like tcpdump or wireshark? > > Those errors mean the other end of

Re: Transport Options (Randomize algorithm)

2014-01-21 Thread Rodrigo Ramos
e(); > URI t = l.get(p); > l.set(p, l.get(i)); > l.set(i, t); > } > } > > > > On Mon, Jan 20, 2014 at 8:51 PM, Rodrigo Ramos > wrote: > > > Hello > > > > I´m going to use randomize transport option, but,

Transport Options (Randomize algorithm)

2014-01-20 Thread Rodrigo Ramos
Hello I´m going to use randomize transport option, but, first I want to know how does it work, in others words, What algorithm is used for randomize? Regards

Re: How to consume all messages in a netwok of brokers.

2014-01-17 Thread Rodrigo Ramos
a statically configured network, where forwarding > is automatic. Can you post the xml config you are using. Also note > what Art says above. > > On 16 January 2014 23:34, Rodrigo Ramos wrote: > > I have been configuring a netwok of brokers, so that all the messages are > &

How to consume all messages in a netwok of brokers.

2014-01-16 Thread Rodrigo Ramos
I have been configuring a netwok of brokers, so that all the messages are consume. I have 4 brokers connected between them, but, my consumer get messages from only one broker. Not all the messages are consumed, because a lot of messages pass to the next broker. Does it exist any configuration for

Re: Health check Activemq

2014-01-14 Thread Rodrigo Ramos
You can use JMX for that. There is an application for that: http://wiki.cyclopsgroup.org/jmxterm I hope It be helpful for you. 2014/1/14 salemi > could you provide the sample class for Health check Activemq? > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/

Re: User and password

2014-01-10 Thread Rodrigo Ramos
t; > Regards > -- > Dejan Bosanac > -- > Red Hat, Inc. > FuseSource is now part of Red Hat > dbosa...@redhat.com > Twitter: @dejanb > Blog: http://sensatic.net > ActiveMQ in Action: http://www.manning.com/snyder/ > > > On Fri, Jan 10, 2014 at 1:50 AM,

User and password

2014-01-09 Thread Rodrigo Ramos
Hi Folks Im trying set up user and password into activemq.xml, as follow lines: http://activemq.apache.org/schema/core"; brokerName="broker-instance-1" dataDirectory="${activemq.data}"> ** ** ** * * * * **

Re: Hung ActiveMQ broker and processes are blocking

2014-01-07 Thread Rodrigo Ramos
GC is JVM option, so, It should not affect the broker. 2014/1/7 khandelwalanuj > I checked the usage and also increased the heap size for my broker. > > But will you please let me know about "enabling permgen space garbage > collection". How to do it and are there any side effects after this ?

Re: Transport Connection WARN

2014-01-04 Thread Rodrigo Ramos
Thanks my friend. 2014/1/4 artnaseef > Then you have nothing to worry about - the warning is actually a good > thing, > telling you the broker saw the end of the connection and should cleanup > properly. > > Cheers. > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.

Re: Transport Connection WARN

2014-01-04 Thread Rodrigo Ramos
Thanks for your answer. In my case could be cause my team has used kill command. Regards 2014/1/4 artnaseef > It's normal if the other end of the connection was closed without first > shutting down the JMS connection. This can easily happen under the > following conditions: > > - JVM termin

Transport Connection WARN

2014-01-03 Thread Rodrigo Ramos
Hello everybody Im having a lot of WARNs as follows: 014-01-03 18:48:01,288 | INFO | Network connection between vm://vass-broker-3#20 and tcp:///10.142.176.107:45959@61616(vass-broker-4) has been established. | org.apache.activemq.network.DemandForwardingBridgeSupport | triggerStartAsyncNetwork

Re: ActiveMQ broker usages.

2014-01-02 Thread Rodrigo Ramos
Hello I suppose to this link could help you: http://activemq.apache.org/message-cursors.html Regards 2014/1/2 khandelwalanuj > I cannot use more than one broker, currently only one broker is used. > > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/ActiveMQ-

Re: ActiveMQ broker usages.

2014-01-01 Thread Rodrigo Ramos
Hello You can create more instances in order to balancing messages among all of them (brokers). regards 2014/1/2 khandelwalanuj > Hey, > I am using ActiveMQ v5.8. > I am seeing very high broker usages on the host ( since 250 clients are > connecting to the broker ), > So Can you just give me

Re: Balancing messages

2013-12-24 Thread Rodrigo Ramos
Thanks for the link. 2013/12/23 Christian Posta > May also have some luck looking at the fanout transport: > http://activemq.apache.org/fanout-transport-reference.html > > On Mon, Dec 23, 2013 at 8:57 AM, Rodrigo Ramos > wrote: > > Thanks. Im going to re

Re: Balancing messages

2013-12-23 Thread Rodrigo Ramos
Thanks. Im going to read about Apache Camel. 2013/12/22 cristisor > Hi, > > If I'm not wrong, ActiveMQ handles only the delivery to the consumers and > the producers are your responibility. Apache Camel has a load balancer, > which takes a list of brokers and a balancing algorithm from a numb

Balancing messages

2013-12-20 Thread Rodrigo Ramos
Hello everybody Im reading about how to configure Failover transportation, but I can not find information about how to distribute in each one. Regards

Re: Activemq health

2013-12-13 Thread Rodrigo Ramos
Thanks for your help. 2013/12/13 Robert Davies > If you can use JMX there’s a HealthView MBean associated with the broker - > which summarises things like memory usage, disk space usage, Queues with no > consumers etc. > > On 13 Dec 2013, at 05:57, Rodrigo Ramos wrote: > &

Activemq health

2013-12-12 Thread Rodrigo Ramos
Hello everybody Im starting with activemq. I have been reading about how to test the service. The site talks only about one way to do it, using netstat. Netstat shows the status of listening port, but not the health of service. Is there any way to test that the process is healthy? Greetings