Can I control the output of command ps -ef|grep activemq ?

2013-11-12 Thread HellKnight
ps -ef|grep activemq gives a lot of output by default. I want the output of this command as simple as the following : root 27839 1 0 ? 00:40:00 /ActiveMQ/apache-activemq-5.9.0/bin/activemq No other output info. Can I do that ? -- View this message in context: http://activemq.2283324.n4.nabble

Re: Subscribe activemq which is using ssl-certificate by C# client application

2013-11-12 Thread usha [via ActiveMQ]
Hi Tim, I have tried the "transport.servername" attribute which you given in the link. After that I can able to subscribe the active mq. But my query is not about the server certificate. 1. What is the purpose of creating the client certificate? 2. If more than one clients are trying to subscribe,

Re: Does AMQ have built-in routing?

2013-11-12 Thread James Carman
That all depends on your configuration, message size, hardware, etc. On Tue, Nov 12, 2013 at 5:48 PM, salemi wrote: > I know that. But how many messages per second can a queue do with JMS Groups > enabled? > > Ali > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com

Re: Does AMQ have built-in routing?

2013-11-12 Thread salemi
I know that. But how many messages per second can a queue do with JMS Groups enabled? Ali -- View this message in context: http://activemq.2283324.n4.nabble.com/Does-AMQ-have-built-in-routing-tp4674227p4674281.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Proxy Connector memory consumption

2013-11-12 Thread matteor
I configured a ProxyConnector nio+ssl transport. When it is used coupled with an external load balancer (over which I have no control at all) I get a quite annoying behavior: the balancer keeps opening connections towards the proxy connector just to assess its responsiveness. The net effect of this

Re: Does AMQ have built-in routing?

2013-11-12 Thread James Carman
You might want to look into Message Groups: http://activemq.apache.org/message-groups.html On Tue, Nov 12, 2013 at 3:36 PM, salemi wrote: > My understanding is that a a queue can do aournd 1200 messages per second and > we need to do 10k messages per second. > > Also the way we have to group t

Re: Does AMQ have built-in routing?

2013-11-12 Thread salemi
My understanding is that a a queue can do aournd 1200 messages per second and we need to do 10k messages per second. Also the way we have to group the messages into buckets that are processed in order. Ali -- View this message in context: http://activemq.2283324.n4.nabble.com/Does-AMQ-have-b

Re: activemq 5.9 Replicated LevelDB FlushCommand cannot cast to Message exception after failover

2013-11-12 Thread Timothy Bish
On 11/12/2013 12:06 PM, kal123 wrote: How I see following: Is leveldb putting msg (Eg. WireFormatInfo, FlushCOmmand?) in store that should not go in store? evelDBStore | hawtdispatch-DEFAULT-3 2013-11-12 11:40:50,486 | INFO | Stopping BrokerService[largeamq] due to exception, java.io.IOExcepti

Re: activemq 5.9 Replicated LevelDB FlushCommand cannot cast to Message exception after failover

2013-11-12 Thread kal123
How I see following: Is leveldb putting msg (Eg. WireFormatInfo, FlushCOmmand?) in store that should not go in store? evelDBStore | hawtdispatch-DEFAULT-3 2013-11-12 11:40:50,486 | INFO | Stopping BrokerService[largeamq] due to exception, java.io.IOException: org.apache.activemq.command.WireForm

Re: Does AMQ have built-in routing?

2013-11-12 Thread Johan Edstrom
For what you are describing, why not have a low prefetch and concurrent consumers? AMQ will happily load balance. /je On Nov 12, 2013, at 10:04 AM, salemi wrote: > Hi, > > we were using Camel but Camel Choice performance is really bad and it didn't > meet our performance requirement. > > Is

Re: Does AMQ have built-in routing?

2013-11-12 Thread James Carman
Why not have 160 competing consumers on one queue? On Tue, Nov 12, 2013 at 11:24 AM, salemi wrote: > Hi All, > > > We have 160 queues and each of them is connected to a consumer. We would > like to distribute the incoming messages among those queues. > > The routing algorithm we use is very simpl

Re: Does AMQ have built-in routing?

2013-11-12 Thread salemi
Hi, we were using Camel but Camel Choice performance is really bad and it didn't meet our performance requirement. Is there any other way? Thanks, Ali -- View this message in context: http://activemq.2283324.n4.nabble.com/Does-AMQ-have-built-in-routing-tp4674227p4674230.html Sent from the Ac

Re: Does AMQ have built-in routing?

2013-11-12 Thread Robert Davies
Have a look at ActiveMQ 5.9 and the Broker Camel Component - see http://activemq.apache.org/broker-camel-component.html On 12 Nov 2013, at 16:24, salemi wrote: > Hi All, > > > We have 160 queues and each of them is connected to a consumer. We would > like to distribute the incoming messages a

Does AMQ have built-in routing?

2013-11-12 Thread salemi
Hi All, We have 160 queues and each of them is connected to a consumer. We would like to distribute the incoming messages among those queues. The routing algorithm we use is very simple as followed. Math.abs(aPropertyInMessage.hashCode()) % 160; Does AMQ have built-int routing? Is there a wa

Re: Message send to DLQ

2013-11-12 Thread Torsten Mielke
On Nov 8, 2013, at 15:41 PM, Sophia Wright wrote: > Hey, > > Please correct me if I am wrong... > > When a message is expired, it is sent to the DLQ by default. And before > sending it to DLQ, it's expiration time is set to '0' which means message > never expires and also it is converted to a

Re: How can I check that client is compatible with a broker?

2013-11-12 Thread Timothy Bish
On 11/12/2013 10:30 AM, dwhitney67 wrote: Tim, thanks for the quick reply! From what you have stated, it would seem that there's no need to check for compatibility. One just has to run their application and have faith that everything will be sorted out by the client and broker. This may not si

Re: How can I check that client is compatible with a broker?

2013-11-12 Thread dwhitney67
Tim, thanks for the quick reply! From what you have stated, it would seem that there's no need to check for compatibility. One just has to run their application and have faith that everything will be sorted out by the client and broker. This may not sit well with a queasy manager that is respons

activemq example configuration does not work with debug set in log4j in 5.9.0

2013-11-12 Thread gmicky
Hi, logQuery bean example in activemq.xml: does not work in combination with debug setup on log4j.properties. Test case: 1) No debug - everything is working i do not change anything in default config and startup 5.9.0 using ./bin/activemq start everything works as expected. 2)I

Re: How can I check that client is compatible with a broker?

2013-11-12 Thread Timothy Bish
On 11/12/2013 09:49 AM, dwhitney67 wrote: I support a project which employs the use of many C++ client applications that rely on ActiveMQ CPP library to interface to the ActiveMQ broker. Some of the applications, which have been fielded to customer sites, were built/compiled years ago. In certa

How can I check that client is compatible with a broker?

2013-11-12 Thread dwhitney67
I support a project which employs the use of many C++ client applications that rely on ActiveMQ CPP library to interface to the ActiveMQ broker. Some of the applications, which have been fielded to customer sites, were built/compiled years ago. In certain cases, customers want to upgrade to a new

Re: Logging a message for Multi kahaDB

2013-11-12 Thread Steven Turner
I also have the same requirement. Is there a way to log for each message, which store file it goes into ? -- View this message in context: http://activemq.2283324.n4.nabble.com/Logging-a-message-for-Multi-kahaDB-tp4674011p4674208.html Sent from the ActiveMQ - User mailing list archive at Nabbl

RE: activemq-broker and osgi service registry

2013-11-12 Thread Timothy Creswick
> The default configuration file activemq.xml is placed in the /etc directory. > So far so good. Now I want to register the "pooledConnectionFactory" bean to > the OSGi service registry. We solve this problem with a separate Blueprint in the OSGi environment. For convenience we roll this up into

activemq-broker and osgi service registry

2013-11-12 Thread Cameleer
I've successfully installed an ActiveMQ 5.9.0 server in karaf-2.3.3 with the following command: karaf@root> features:chooseurl activemq 5.9.0 karaf@root> features:install activemq-broker The default configuration file activemq.xml is placed in the /etc directory. So far so good. Now I want to r

Re: Advisory for consumed message for topics

2013-11-12 Thread jstordeur
Hello, I have created this item: https://issues.apache.org/jira/browse/AMQ-4873 -- View this message in context: http://activemq.2283324.n4.nabble.com/Advisory-for-consumed-message-for-topics-tp4674005p4674196.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.