Need help for configuring scaling and Network connectors in activemq

2013-07-04 Thread loganathan
I need to implement scaling(Horizontal ,vertical) and broker to broker communication network connectors in activemq .Actually we are using vm broker url in the xml file. After I gone through activemq documents I came to know peer protocol functionality is similar to vm protocol for establishing

Re: Regarding AMQ-4181 - JMS queue browser returns only page size number of messages

2013-07-04 Thread binita.bharati
Thanks ! It was able to read all the 1000 messages after increasing the memory limit to 5mb. What are the implications of keeping a high memory limit please ? I mean, ideally, what should be the value for this parameter ? -- View this message in context: http://activemq.2283324.n4.nabble.com/Re

Re: Setting a Master broker in a MasterSlave configuration

2013-07-04 Thread hbakkum
Thanks for this. I've managed to configure the database lease locker such that the master will reclaim the lock if it is held by a slave. However, I've encountered another issue while testing failover scenarios, that is, if a slave yields the lock due to the master starting then the slave broker sh

Composite destinations in old style ActiveMQ Spring configuration

2013-07-04 Thread Elvis Stansvik
Hi everyone, I've recently been tasked with writing an application that should receive messages from an existing Spring application (a game server) that uses ActiveMQ. The game server currently sends messages on a queue called ${jms.queue.audit}, from which another application (called the "auditor

Re: networkConnector and loadbalacing

2013-07-04 Thread situmin
Thanks a lot, again. -- View this message in context: http://activemq.2283324.n4.nabble.com/networkConnector-and-loadbalacing-tp4668837p4668882.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Too many instances of org.apache.activemq.openwire.OpenWireFormat

2013-07-04 Thread Ilia Stepanov
Hello, Is it possible to reduce number of org.apache.activemq.openwire.OpenWireFormat instances in the memory? We have about 3 thousands of consumers which results in same number of org.apache.activemq.openwire.OpenWireFormat in memory, each in a separate connection thread. Altogether they occupy m

ActiveMQ in android client

2013-07-04 Thread Leonardo Torres
Hi guys, It is possible to have a client activemq consuming queues or topics in android application? thanks in advance! -- Obrigado Leonardo Torres.

Re: Is simpleauthentication required for vm broker url in activemq?

2013-07-04 Thread loganathan
even if i am using brokerexample it not showing any exception as "invalid username" if i given invalid username and password to connect.Can you suggest me to move forward? -- View this message in context: http://activemq.2283324.n4.nabble.com/Is-simpleauthentication-required-for-vm-broker-url-i