Search Discussions
-
Hi all, I've got a testing activeMQ installation that I'm trying to test regarding different limits on destinations and memory usage in general, with and without flowControl enable. I'm running into ...
Jesus Roncero
Jun 5, 2013 at 3:25 pm
Jun 12, 2013 at 11:22 am -
My Message is TextMessage, and it's content is JSON string. I know that use selector and filtered destinations can filter message. http://activemq.apache.org/virtual-destinations.html But I don't ...
Hengyunabc
Jun 18, 2013 at 8:38 am
Jun 21, 2013 at 9:53 am -
Hi, Any idea what does the below message mean? Does this have any negative effect on communication between producers and consumers like loss of messages? DEBUG DemandForwardingBridge - Ignoring sub ...
Mmg
Jun 14, 2013 at 12:25 pm
Jun 21, 2013 at 9:33 am -
Hi , I downloaded ActiveMQ 5.8 from http://activemq.apache.org/activemq-580-release.html The https://issues.apache.org/jira/browse/AMQ-4181 says that this issue is fixed in 5.8 version, but, I still ...
Binita.bharati
Jun 30, 2013 at 5:16 am
Jul 7, 2013 at 9:20 pm -
All, I have JBoss+activeMQ running in an integrated mode. Originally the plan was to have a single instance of JBoss running. now we plan to run this in a clustered environment. As per ...
Deepak_a
Jun 19, 2013 at 1:09 pm
Jun 21, 2013 at 9:51 am -
Setup: ActiveMQ 5.8.0, API: ctivemq-cpp-3.7.0I have a 2-broker NOB setup, and configured duplex network connectors for topic "a.b.c" on broker1. A server process on broker1 publishes to the "a.b.c" ...
Kpoxmq
Jun 12, 2013 at 3:38 pm
Jun 18, 2013 at 5:22 am -
I've been looking at the command line tools reference page for some time. The purge task seems to do what I want, but I don't seem to be able to remove multiple messages this way by specifying them ...
Ccharbonneau
Jun 27, 2013 at 1:28 pm
Jul 3, 2013 at 7:26 pm -
I am planning to upgrade our v5.6 clusters to 5.9. Please advise what's the tentative release date for 5.9? If it's close, I can point all non-prod clusters to 5.9 snapshot and test/wait for the ...
Gaurav Sharma
Jun 27, 2013 at 3:31 pm
Jun 28, 2013 at 12:34 pm -
Hi, I'm having trouble with the retained flag on mqtt. Setting retained puts a default post into a topic, so any new subscribers get that message first. Doesn't seem to work though. I'm using latest ...
Tingenek
Jun 19, 2013 at 11:34 am
Sep 25, 2013 at 7:25 pm -
Hello all, Wonder if anyone had issue with compiling ActiveMQ-CPP library on ARM system. I'm not cross-compiling, install all the dependency (apr, cppunit...) Things are alright in the ...
kururuKT
Jun 24, 2013 at 7:17 pm
Jul 2, 2013 at 2:33 pm -
I am trying to compile my java code and need javax.jms.ConnectionFactory. I am pretty sure I am including the right jar files in the classpath (geronimo-jms_1.1_spec-1.1.1.jar) because it does create ...
Sean Beck
Jun 26, 2013 at 11:45 pm
Jun 27, 2013 at 12:14 am -
I'm trying to run activemq on a new machine. I installed the binary and am starting it with bin/activemq start It gives the following output: INFO: Using default configuration (you can configure ...
Sean Beck
Jun 25, 2013 at 5:39 pm
Jun 25, 2013 at 7:50 pm -
Hi guys We are currently using activemq for one of our project and we run into some out of memory trouble lately. Our application performs some caching every two hours: It reads the information to ...
Jean Silga
Jun 5, 2013 at 3:19 pm
Jun 6, 2013 at 9:57 pm -
i have added the following code in context_activemq.xml for simpleauthentication for vm brokerurl.As i am new to activemq i don't know exactly is simpleauthentication is required for vm brokerurl?if ...
Loganathan
Jun 29, 2013 at 9:52 am
Jul 5, 2013 at 12:02 pm -
So I am sending files over to a server and there are two files with the same name but of a different "type" that are merged together on the server side. As soon as a file is received I send a message ...
Sean Beck
Jun 20, 2013 at 7:37 pm
Jun 20, 2013 at 8:41 pm -
How to implement Loadbalancing in active MQ. I saw a few articles on failover, network of brokers etc. But that doesnt server my purpose. By load balancer, I am looking for a solution like, for web ...
Mohammed Aslam
Jun 4, 2013 at 2:14 pm
Jun 5, 2013 at 4:31 am -
Hello, I'm trying to send a file to another computer using ActiveMQ BlobMessages. The broker starts inside ServiceMix and the transport is ...
Cristisor
Jun 19, 2013 at 11:57 am
Sep 5, 2013 at 6:14 am -
Hi all, Regarding persistent messages, I discovered an undesired behavior I would like to confirm here: - I know persistent messages will be saved on disk as they are received in the broker. That's ...
Francisco
Jun 24, 2013 at 3:32 pm
Jun 27, 2013 at 6:07 am -
We have configured two ActiveMQ brokers in same cluster so that the slave attribute for one of the broker is false (Master) and for the other it is true (Slave). But, at some point of time we ...
Vbellamkonda
Jun 18, 2013 at 1:52 pm
Jun 25, 2013 at 8:01 am -
I am using ActiveMQ 5.7 with JDBC master/slave (mySQL) configuration. Additionally, I have configured HA to use jdbcPersistenceAdapter that uses the the database locker by default. Currently, by ...
Afant
Jun 18, 2013 at 7:19 pm
Jun 24, 2013 at 6:00 pm -
We are running in to an issue where connection attempts made via the FailoverTransport in CMS 3.6 seem to leak socket descriptors. Does anyone have any suggestions as to where we can look to figure ...
Greenbean
Jun 6, 2013 at 2:53 pm
Jun 10, 2013 at 5:27 pm -
If ActiveMQ is restarted, we find that our producers and our consumers have to be shut down and relaunched in order to reestablish the connection with ActiveMQ. This is a royal pain! However, a ...
Fenbers
Jun 2, 2013 at 12:39 pm
Jun 9, 2013 at 2:25 am -
We tried setting setJmsExpiration(120000) method to message(activemqObjectMessage) properties but the topic messages are not geting expired. Thanks Sonal -- View this message in context ...
Ssahu
Jun 6, 2013 at 3:41 pm
Jul 30, 2013 at 1:46 pm -
Hello, I'd like to commit a large number of messages in a single transaction. A typical number of message is one million and each message size is 512 bytes. So I have tested with commiting 100K ...
Webber
Jun 28, 2013 at 1:34 am
Jul 2, 2013 at 11:08 am -
Hi, I came across the following system properties that are uses by the kahaDBPersistenceAdapter, their default values are: -Dorg.apache.kahadb.journal.appender.WRITE_STAT_WINDOW=0 ...
Paul Gale
Jun 27, 2013 at 4:28 pm
Jun 28, 2013 at 1:53 pm -
Below is sample test code for connecting to tcp broker url and the tcp://localhost:61616 url and simpleAuthenticationPlugin also configured in context-activemq.xml below code is working fine if I ...
Loganathan
Jun 27, 2013 at 1:37 pm
Jun 28, 2013 at 6:00 am -
I'm using ActiveMQ 5.5, and I have some monitoring going against the broker port to perform a TCP port check, and somehow I'm getting all these errors in my logs: WARN | 06-26-2013 15:00:41.055 | ...
Jliao
Jun 26, 2013 at 10:54 pm
Jun 27, 2013 at 1:49 am -
Hi, I was just wondering about the JMS 2.0 alignment. Is there any news about the JMS 2.0 support? Thank you -- View this message in context ...
Guerra
Jun 12, 2013 at 6:42 pm
Jun 26, 2013 at 3:46 pm -
In org.apache.activemq.broker.region.Queue#send(ProducerBrokerExchange, Message), it just determine that the producerWindowSize is greater than 0, so set producerWindowSize to 1024 or 10240 can do ...
Bizcenter
Jun 25, 2013 at 10:55 am
Jun 25, 2013 at 6:18 pm -
Sending a STOMP message using Apollo with "priority:int" in the header has no effect. Does anyone know if this is something that should be working or a feature that will be added in the future? ...
Darrenw2112
Jun 12, 2013 at 3:39 pm
Jun 25, 2013 at 2:46 pm -
Hi, (Yes, I know this version is ancient but it's still in use around here. We're in the process of upgrading to 5.8.0). Per the doc it states that it's a requirement for STOMP clients that want to ...
Paul Gale
Jun 21, 2013 at 3:56 pm
Jun 24, 2013 at 2:19 pm -
Dear all, I constuct a distributed business platform based on the message transformation via ActiveMQ. Most of the time it works fine. Recently, I found one critical(The broker will shutdown once the ...
Lzr
Jun 18, 2013 at 8:06 am
Jun 20, 2013 at 8:07 pm -
If I delete a consumer before I commit a session I get an access violation error in ActiveMQConsumerKernel.cpp in ActiveMQConsumerKernel::doClose() at this line: info- setObjectId(this- consumerInfo- ...
Cineva
Jun 19, 2013 at 9:52 am
Jun 19, 2013 at 10:36 am -
Hi, I am trying to setup a cluster of ActiveMQ servers (5.8). So far, I have 4 nodes: A1 which has its networkConnector set to masterslave:(tcp://B1:62626,tcp://B2:62627) B1 ...
Clement Buisson
Jun 14, 2013 at 9:32 pm
Jun 17, 2013 at 7:38 pm -
Hi, I have a situation in which i need to close a client cms::connection block inside a cms::connection::start(), from a different thread. In this case, no broker as been started yet and i'm using ...
Chris
Jun 6, 2013 at 3:41 pm
Jun 7, 2013 at 3:39 pm -
Hi, I am running ActiveMQ will DEBUG logging enabled and I am seeing lot of messages as 'expiring messages done'. What the messages signifies. 2013-06-05 17:27:50,531 | DEBUG | ...
Manua
Jun 5, 2013 at 9:33 pm
Jun 5, 2013 at 9:51 pm -
HI, I am running ActiveMQ 5.5.1 and allowing SSL connections. In the logs I am seeing lot of exceptions as shown below. PLease let me know what could be the reason for these. Am I doing something ...
Manua
Jun 4, 2013 at 11:46 pm
Jun 5, 2013 at 7:07 pm -
Hi, I'm stuck with a problem using spring configuration of an ActiveMQ broker. The broker seems to be created 2 times, causing a JMX exception the second time when the beans are registered ...
Guillaume Surrel
Jun 4, 2013 at 4:29 pm
Jun 5, 2013 at 8:42 am -
ActiveMQ v 5.8.0 We have a two brokers network with duplex network connector and the following additional properties: Broker 1 - networkConnector: Broker 2 - no network connector specified, Both ...
Matteor
Jun 4, 2013 at 2:04 pm
Jun 4, 2013 at 4:05 pm -
I am having problems using SELinux and ActiveMQ + Apache together. Currently I have SELinux disabled and everything works, but I need it running eventually. I assume I just need to allow the ...
Sean Beck
Jun 4, 2013 at 3:06 pm
Jun 4, 2013 at 3:14 pm -
Greetings! I want ActiveMQ to automatically cleanup (unsubscribe) idle subscribers who haven't connected in, say, 3 days. I couldn't find this in the documentation. Is this possible? And if so, what ...
Fenbers
Jun 28, 2013 at 4:08 pm
Jul 2, 2013 at 3:51 pm -
Hi, I've just messing with an ActiveMQ 5.8.0 instance (before jumping on to a migration process ) and I got a sort of issue with the web console. For some reason, when I got connections into the ...
Guerra
Jun 26, 2013 at 4:16 pm
Jul 2, 2013 at 11:21 am -
Hello. activemq-5.7.0-1, java version "1.6.0_24". We have 16 activemq nodes in a mesh network. The only current application using the activemq network is MCollective. I'm very new to Activemq and am ...
Someword
Jun 27, 2013 at 7:03 pm
Jun 28, 2013 at 1:21 pm -
Hi, I've been trying to create a camel route from a JMS queue to a websocket queue using activemq, but I've hit a wall, and I'm not sure where to go from here given the examples in activemq or ...
JG
Jun 27, 2013 at 7:03 pm
Jun 28, 2013 at 1:51 am -
I am starting to see this error after I added a condition. Does it mean messages are not getting forwarded or getting lost? 2013-06-27 11:18:19,556 | WARN | Duplicate message add attempt rejected ...
Mohit Anchlia
Jun 27, 2013 at 6:22 pm
Jun 27, 2013 at 7:55 pm -
Hi, I am using ActiveMQ 5.8.0. external broker with one more application for queue consumer which is connected to external broker. network connector. Up to now every thing working fine. But when I ...
Vkcse
Jun 26, 2013 at 2:18 pm
Jun 27, 2013 at 7:34 am -
Hi , I am using Activemq 5.8.0 I have a doubt regarding the <systemUsage configuration in activemq.xml , here is my doubt.. If I do not mention anything about the <systemUsage it is taking the ...
Vamsikrishna_tsss
Jun 12, 2013 at 3:37 pm
Jun 27, 2013 at 7:33 am -
hi, Any feedback regarding this? -- View this message in context: http://activemq.2283324.n4.nabble.com/web-console-to-monitor-ActiveMQ-tp2547572p4668523.html Sent from the ActiveMQ - User mailing ...
Jelramzy
Jun 24, 2013 at 3:32 pm
Jun 25, 2013 at 6:21 pm -
Hi, I am using ActiveMQ 5.8.0 and publishing messages on a topic, on which there is a slow consumer. Approx. 8000 messages are published at a interval of 1 minute. All messages are sent all ...
Manua
Jun 21, 2013 at 2:14 pm
Jun 21, 2013 at 2:30 pm -
Hi! We are seeing some inconsistent results when connecting via Apache.NMS.ActiveMQ and setting consumer.prefetchSize=0 in the connection uri. Sometimes we see the consumer appear in the web console ...
Ethan Winograd
Jun 17, 2013 at 9:09 pm
Jun 19, 2013 at 10:19 pm
Group Overview
group | users |
categories | activemq |
discussions | 103 |
posts | 366 |
users | 103 |
website | activemq.apache.org |
103 users for June 2013
Archives
- June 2016 (98)
- May 2016 (191)
- April 2016 (246)
- March 2016 (324)
- February 2016 (242)
- January 2016 (279)
- December 2015 (244)
- November 2015 (258)
- October 2015 (335)
- September 2015 (216)
- August 2015 (220)
- July 2015 (236)
- June 2015 (294)
- May 2015 (192)
- April 2015 (348)
- March 2015 (308)
- February 2015 (340)
- January 2015 (154)
- December 2014 (134)
- November 2014 (160)
- October 2014 (241)
- September 2014 (203)
- August 2014 (209)
- July 2014 (225)
- June 2014 (233)
- May 2014 (248)
- April 2014 (270)
- March 2014 (320)
- February 2014 (394)
- January 2014 (438)
- December 2013 (355)
- November 2013 (462)
- October 2013 (322)
- September 2013 (369)
- August 2013 (327)
- July 2013 (414)
- June 2013 (366)
- May 2013 (325)
- April 2013 (348)
- March 2013 (312)
- February 2013 (273)
- January 2013 (372)
- December 2012 (256)
- November 2012 (425)
- October 2012 (282)
- September 2012 (280)
- August 2012 (319)
- July 2012 (229)
- June 2012 (233)
- May 2012 (233)
- April 2012 (190)
- March 2012 (221)
- February 2012 (272)
- January 2012 (321)
- December 2011 (242)
- November 2011 (326)
- October 2011 (187)
- September 2011 (275)
- August 2011 (354)
- July 2011 (318)
- June 2011 (359)
- May 2011 (361)
- April 2011 (240)
- March 2011 (292)
- February 2011 (178)
- January 2011 (271)
- December 2010 (303)
- November 2010 (201)
- October 2010 (279)
- September 2010 (406)
- August 2010 (414)
- July 2010 (469)
- June 2010 (407)
- May 2010 (395)
- April 2010 (374)
- March 2010 (453)
- February 2010 (390)
- January 2010 (391)
- December 2009 (304)
- November 2009 (406)
- October 2009 (494)
- September 2009 (396)
- August 2009 (302)
- July 2009 (383)
- June 2009 (323)
- May 2009 (325)
- April 2009 (354)
- March 2009 (400)
- February 2009 (342)
- January 2009 (433)
- December 2008 (313)
- November 2008 (341)
- October 2008 (492)
- September 2008 (499)
- August 2008 (489)
- July 2008 (490)
- June 2008 (413)
- May 2008 (532)
- April 2008 (418)
- March 2008 (472)
- February 2008 (405)
- January 2008 (469)
- December 2007 (408)
- November 2007 (378)
- October 2007 (463)
- September 2007 (328)
- August 2007 (377)
- July 2007 (345)
- June 2007 (451)
- May 2007 (447)
- April 2007 (546)
- March 2007 (640)
- February 2007 (571)
- January 2007 (672)
- December 2006 (400)
- November 2006 (524)
- October 2006 (660)
- September 2006 (580)
- August 2006 (909)
- July 2006 (854)
- June 2006 (774)
- May 2006 (651)
- April 2006 (618)
- March 2006 (325)
- February 2006 (33)
- January 2006 (32)
- December 2005 (15)