Re: Queue/Message Fairness as oppose to Client Fairness

2012-08-07 Thread tapan.thapa
Hello, I have downloaded activemq latest snapshot and it seems now PHP stomp 1.0 is working with latest snap shot. Now my issue is that taskRunnerFactory is not working as expected. Scenario: I have five different queues like htmsl.1,htmsl.2,htmsl.3,htmsl.4 and htmsl.5 and i have put 500 message

Re: Trasport Listener for embedded broker network connectors

2012-08-07 Thread pollotek
I want to be able to monitor when the embedded server establishes or loses connection with the stand alone server. My app is divided in producer app server nodes and consumer nodes. I know I can get a list of producers and consumers from the stand alone broker by querying JMX stats, but producers

Re: Does v5.6.0 MessageServlet(REST interface) support a Content-Type of "text/plain"?

2012-08-07 Thread Gary Tully
for this sort of question, the best source of information is the source: https://fisheye6.atlassian.com/browse/activemq/trunk/activemq-web/src/main/java/org/apache/activemq/web/MessageServletSupport.java?r=1364560&r=1201054&r=1364560&r=1201054#to341 for 1) note the use of startsWith for the conte

Re: Does v5.6.0 MessageServlet(REST interface) support a Content-Type of "text/plain"?

2012-08-07 Thread Steve.V.
Thanks Gary. I do appreciate the help. I assume it is ok to specify a charset= sub-option following "text/xml". For example, I have a test case where I specify "text/xml;charset=UTF-8", and it seems to work. Is the list of supported encodings restricted? The only way I have been able

Re: Delete all items from queue with same Message Groups id

2012-08-07 Thread Timothy Bish
On Tue, 2012-08-07 at 11:32 +0300, Umut KocasaraƧ wrote: > Hi everyone, I am adding some item on active mq queue with message group id > (JMSXGroupID). When someting goes wrong on queue consumer i would like to > delete all items with same message group id. > > For example i have one queue and i

Re: Broker stops after loosing database connection

2012-08-07 Thread Gary Tully
have a look at https://issues.apache.org/jira/browse/AMQ-3654 when jira comes back on line. On 7 August 2012 15:12, a_schulle wrote: > We are using Version 5.6.0 in an "JDBC Master Slave" configuration. > In the case that the master looses the connection to the database it stops > the broker. Thi

Re: commercial support of activeMQ

2012-08-07 Thread exto
I use fusesource, they do a great job. -- View this message in context: http://activemq.2283324.n4.nabble.com/commercial-support-of-activeMQ-tp4654827p4654851.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

"Cannot send, channel has already failed" messages

2012-08-07 Thread a_schulle
We are using Version 5.6.0 in an "JDBC Master Slave" configuration. From time to time we get the following messages: tcp://10.55.205.243:35530 failed: org.apache.activemq.transport.InactivityIOException: Cannot send, channel has already failed: tcp://10.55.205.243:35530 Sometime this messages come

Messages about "Store limit" with JDBCPersistenceAdapter

2012-08-07 Thread a_schulle
We are using Version 5.6.0 in an "JDBC Master Slave" configuration. When the broker comes up it shows the following log messages: (org.apache.activemq.store.kahadb.plist.PListStore:331) # PListStore:[E:\somepath\activemq-data\jdbcBroker\tmp_storage ] started (org.apache.activemq.broker.BrokerServi

Messages about tmp_storage with JDBCPersistenceAdapter

2012-08-07 Thread a_schulle
We are using Version 5.6.0 in an "JDBC Master Slave" configuration. When the broker comes up it shows the following log messages: (org.apache.activemq.store.kahadb.plist.PListStore:331) # PListStore:[E:\somepath\activemq-data\jdbcBroker\tmp_storage ] started (org.apache.activemq.broker.BrokerServi

Broker stops after loosing database connection

2012-08-07 Thread a_schulle
We are using Version 5.6.0 in an "JDBC Master Slave" configuration. In the case that the master looses the connection to the database it stops the broker. This is the part of JDBCPersistenceAdapter where it happens: ... protected void databaseLockKeepAlive() { boolean stop = false;

Intermittent loss of message 5.3.2 (Linux) with DMLC

2012-08-07 Thread patsfan
Hi, Had a user of our service complain that they were losing a message intermittently (i.e. message sent to queue and Spring DMLC does not process message) and was able to confirm this problem. Environment summary is as follows: Embedded broker that is running inside JBoss Producers and Consumer

db-N.log files accumulating

2012-08-07 Thread fenbers
I've configured my ActiveMQ client not to acknowledge messages. This is because I want the messages redelivered if the user stops and restarts the client app. The messages expire in 6 minutes anyway. So any older messages *shouldn't* be delivered. I notice in my $ACTIVEMQ_HOME/data/kahadb direc

Re: broker-config.xml ignored - AMQ 5.6, JBoss 7.2.0-ALPHA1

2012-08-07 Thread ionEyes
Thank you for responding. I have got this working in the last 30 minutes. I used this for the broker-config url in standalone. vm://localhost?brokerConfig=xbean:broker-config.xml For the broker-config.xml file I located it in the \

Re: Does v5.6.0 MessageServlet(REST interface) support a Content-Type of "text/plain"?

2012-08-07 Thread Gary Tully
it has got to be 'text/xml' at the moment. On 6 August 2012 20:30, Steve.V. wrote: > I can use the RESTful HTTP protocol to POST and GET messages as long as I > POST using either "text/xml" or "application/x-www-form-urlencoded" as the > Content-Type. If I try to POST via "text/plain", messages

Re: Trasport Listener for embedded broker network connectors

2012-08-07 Thread Gary Tully
Not at the moment. What is the use case? The discovery network connector does auto reconnects so it handles failures/retries without intervention and recreates bridges on demand. On 6 August 2012 23:31, pollotek wrote: > I have this application that connects to a stand alone broker and I monitor

Re: Replacing ActiveMQ Serialization

2012-08-07 Thread Gary Tully
do your own serialization and use BytesMessage or use Camel where you have loads of data format options. http://camel.apache.org/data-format.html On 6 August 2012 19:16, pns wrote: > Any ideas on this? > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Replacing

Re: broker-config.xml ignored - AMQ 5.6, JBoss 7.2.0-ALPHA1

2012-08-07 Thread Gary Tully
Where does your modified broker-config.xml reside. It needs to be in the root of the RAR with that value of BrokerXmlConfig Also, what is the value of ServerUrl ? That specifies the brokerURL for the RAR, so the broker to connect to. On 4 August 2012 15:16, ionEyes wrote: > Hi AMQ Users, > > I

Delete all items from queue with same Message Groups id

2012-08-07 Thread Umut KocasaraƧ
Hi everyone, I am adding some item on active mq queue with message group id (JMSXGroupID). When someting goes wrong on queue consumer i would like to delete all items with same message group id. For example i have one queue and i have added 5 items to it. Message id =1 *Message Group id = 1 Messa