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
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
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
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
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
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
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.
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
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
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
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;
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
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
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 \
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
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
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
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
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
19 matches
Mail list logo