Search Discussions
-
I am new to ActiveMQ and am trying to use it with some C programs I am working on. I was unable to find a download link for the source, so I just copy-pasted the files one-by-one from the svn repo ...
Sean Beck
May 23, 2013 at 6:16 pm
May 28, 2013 at 2:17 pm -
I'm getting the error shown in the Subject, not at first, but after ActiveMQ has been working just fine for several hours. Then once it happens, all my clients that interact with the broker reports ...
Fenbers
May 13, 2013 at 5:51 pm
May 14, 2013 at 1:27 am -
Hi , I am very new to activemq and amzaon ec2 servers. Can anyone help me with documents or guidelines to start running activemq 5.7 on amazon ec2 servers. Thanks in advance. -- View this message in ...
Raji
May 27, 2013 at 11:37 am
Jul 1, 2013 at 2:29 pm -
Hi , I would like to know does any other open source admin console for ActiveMQ exist ? regards , Prashant -- View this message in context ...
Pp123
May 24, 2013 at 6:02 am
Jun 27, 2013 at 1:38 pm -
I use activeMQ blobmessage tranfering large file. It's OK, but the receiver can receive file only when the sender has sended the file completly. How about realtime transfer large file? where can I ...
Luodaidong
May 23, 2013 at 3:52 am
May 27, 2013 at 6:37 am -
Hi! Is it possible to set up AMQ failover master-slave solution so, that master is in one PC and slave is on other PC? So if something happens with the PC where master is running, secondary is not ...
Killhoven
May 2, 2013 at 2:52 pm
May 15, 2013 at 8:31 pm -
I have been able to run activemq before, but when I try to set it to use encrypted passwords as per http://activemq.apache.org/encrypted-passwords.html I cant get the broker to run. What I basically ...
Tcarlyle
May 27, 2013 at 11:33 am
Jun 21, 2013 at 1:46 pm -
I have been testing this setup with one of our clusters and I have found an issue where failover breaks one or two of our queues. I have a setup where I'm running latest snapshot with Zookeeper and ...
Heimdull
May 26, 2013 at 2:22 pm
Jun 4, 2013 at 7:02 am -
I'm staring at the docs, and just going around in circles trying to follow their advice. I'm using 5.8.0, installed using homebrew. I have tried using conf/activemq-stomp.xml, using the command it ...
Sam Roberts
May 29, 2013 at 11:48 pm
May 30, 2013 at 7:08 pm -
Hi, Can the following options also be used on a STOMP transport connector? watchAdvisoryTopics, alwaysSessionAsync and dispatchAsync Thanks, Paul
Paul Gale
May 10, 2013 at 2:50 pm
May 13, 2013 at 2:30 pm -
Hey I have a problem with the broker itself slowing down over a few days of uptime. Cpu and memory utilization are both ok. But establishing a connection to the broker takes longer and longer. I'm ...
Priit
May 14, 2013 at 12:42 pm
May 28, 2013 at 5:26 am -
Hi, We are interested in using ActiveMQ's (v5.8.0) Web Socket transport with Java. We have been successful in bringing up a broker and running the included javascript web socket demo. However, we're ...
Hereen Oh
May 21, 2013 at 7:43 pm
May 23, 2013 at 12:25 pm -
Hi, I am trying to configure the use of my advisory topics. Ideally I want to have them retain advisory messages by time, e.g., 3 days worth, where if not consumed within that time frame they are ...
Paul Gale
May 9, 2013 at 2:59 pm
May 9, 2013 at 7:13 pm -
Good Day, We currently have a problem with our ActiveMQ periodically hanging in PROD, and I did take a thread dumps for a period of 10 minutes, and there are a couple of threads that are getting ...
Tlholoe, Peter
May 30, 2013 at 8:48 am
May 30, 2013 at 3:30 pm -
Hello All, I'm ActiveMQ and Stomp beginner. I want to send text messages to smart phone clients via ActiveMQ and STOMP. Is there any way to get notified when a durable consumer (client) is not ...
허호영(Hoyeong Heo)
May 20, 2013 at 2:33 am
May 28, 2013 at 5:48 am -
Dear users, I have an ActiveMQ broker that contains a topic in it. I have pre-configured the topic as a start up destination. I have written a producer and a consumer. The following is what I do: (1) ...
Joesan
May 27, 2013 at 9:50 am
May 28, 2013 at 3:48 am -
I have this network connector configuration on both client and server machine. <networkConnectors <networkConnector name="network" uri="static:(tcp://hostname)" networkTTL="4" ...
Raji
May 10, 2013 at 5:50 pm
May 14, 2013 at 6:49 pm -
https://issues.apache.org/jira/browse/AMQ-3405Like above issue,I am facing in my messaging system.I have tried setting enableAudit="false" in activemq.xml like below.But after re-delivery messages ...
Prabumca06
May 9, 2013 at 11:24 am
May 13, 2013 at 6:16 pm -
I'm so stucked on configuring like the below.. it's been for 5 days.. Condition... 1) producer , consumer and broker is loaded on same jvm. 2) each producer in one server have to deliver messages to ...
Verystrongjoe
May 10, 2013 at 8:20 am
May 13, 2013 at 2:31 pm -
Hi, all, We have observed the following behavior in the ActiveMQ destination MBean stats: While there is no incoming messages to a topic destination, the EnqueueCount keeps decreasing instead of stay ...
Yi Pan
May 3, 2013 at 4:53 pm
May 7, 2013 at 2:40 pm -
Hi, I am new to ActiveMQ. Reading documentation and playing with examples. But there is a key scenario I need to implement, but not sure if ActiveMQ can support it, and, if it does, how. - Client ...
Andrea Arcuri
May 2, 2013 at 9:24 am
May 3, 2013 at 4:10 pm -
So I am using a consumer/producer with an apache module of mine and I have a script to test that the module is working properly. I started the message broker as root. I run my script as root. It ...
Sean Beck
May 28, 2013 at 4:46 pm
May 30, 2013 at 7:47 pm -
Forgive my poor english. In JMS transaction, messages sent will be persisted( stored in db) before session.commit() is fired? Assume that the session.commit() failed, then the broker is stopped : 1 ...
Bizcenter
May 27, 2013 at 8:51 am
May 29, 2013 at 9:41 am -
Hi I have been using STOMP to connect to ActiveMQ from my non-mobile clients. I have been using topics as well as queues. I am thinking of using MQTT to connect to the broker from Android. One ...
Paddy Carman
May 22, 2013 at 11:39 pm
May 28, 2013 at 1:29 pm -
Setup: 3 servers each with apache-activemq-5.9-20130517.104100-65-bin and Zookeeper-3.4.5 running. <persistenceAdapter <replicatedLevelDB directory="${activemq.data}" replicas="1" ...
Heimdull
May 18, 2013 at 6:52 pm
May 19, 2013 at 12:24 am -
Hi all, I need to cluster 2 brokers on the same machine by having them use 2 different ports. Is there documentation on how to do this in master/slave mode? I need only 1 server to be active all the ...
Pkorwar
May 15, 2013 at 7:43 pm
May 15, 2013 at 9:07 pm -
In ActiveMQ5.5 it works very well, but in ActiveMQ5.8, log: It seems that there are two threads, but SingleConnectionFactory?? 2013-05-09 17:55:21,624 | WARN | Setup of JMS message listener invoker ...
Hengyunabc
May 9, 2013 at 10:03 am
May 13, 2013 at 7:39 pm -
Hi , I am using ActiveMQ 5.8.0 and connections are visible in the connection tab of web console . What can be the reason ? I checked with ActiveMQ 5.7.0 ,it is visible. Please help. -- View this ...
Pp123
May 9, 2013 at 9:00 am
May 9, 2013 at 10:36 am -
Hi, In an attempt to DRY up my ActiveMQ configuration I realized that, according to the activemq-core schema, it's possible to configure common defaults for both topics and queues as shown in the ...
Paul Gale
May 7, 2013 at 3:10 pm
May 8, 2013 at 2:40 am -
Hello Ladies and Gentlemen, Having a problem using the failover protocol to connect to another broker when the connection to the current broker dies. The client is taking a long time about 1min and ...
Thomas.r.parkinson
May 2, 2013 at 3:45 am
May 3, 2013 at 12:06 pm -
Sorry if this has been asked before, I have seen several posts, but none of them helped. I'm running AMQ 5.8 on linux 64bit. Camel routes generated by Talend ESB. As a test I have one pooled ...
Lacigas
May 2, 2013 at 3:45 am
May 2, 2013 at 11:58 am -
Is it possible to configure a login module such that it only affects certain destinations (topics/queues)? For some destinations I'd like to require username/password, some others I'd like to require ...
Craig w
May 28, 2013 at 5:34 pm
May 29, 2013 at 3:49 pm -
I'm trying to build ActiveMQ-CPP ver3.7.0, but when I try to build it I get the following error: #make decaf/internal/util/HexStringParser.cpp:28:26: error: apr_strmatch.h: No such file or directory ...
Tetsuhiro
May 28, 2013 at 12:00 am
May 28, 2013 at 3:24 pm -
hi everyone! i write a test program for consumer study, but i find i canot receive the first message in my second consumer! i create two MessageProducers (producer1 and producer2) and two ...
Lrklx
May 22, 2013 at 10:13 pm
May 23, 2013 at 11:29 pm -
I'm attempting to use broker redelivery to redeliver messages that could not be processed initially by the consumer. The behavior is expected under most circumstances, but I've observed some behavior ...
DrewB
May 21, 2013 at 11:53 pm
May 22, 2013 at 5:31 pm -
I have a problem when it comes to the ActiveMQ. I need to know where exactly I can re-configure the Active MQ to avoid the following error. Note that I am using the ActiveMQ ver 5.5 on Ubuntu 11.10 ...
Islam Mohamed
May 21, 2013 at 6:14 pm
May 22, 2013 at 8:16 am -
Hello, I am using 5.8.0 and get OutOfMemory when trying to browse a queue with about 200 messages. In the heap dump an instance of VMPendingMessageCursor with 18 millions (instead of two hundreds) of ...
Ilia Stepanov
May 17, 2013 at 3:21 pm
May 20, 2013 at 7:21 pm -
Hi, I've noticed some unexplained behavior when using the web-console in 5.8.0 to delete either topics or queues. This is NOT the infamous CSRF attack question. FYI: the credentials entered when ...
Paul Gale
May 15, 2013 at 8:30 pm
May 17, 2013 at 4:05 pm -
Hi all, I use activemq as it is embeded in SMX 4.5.0 I'm trying to use the jdbc message storage with Microsoft SQL Server as I want to achieve master/slave topology among brokers. In my ...
Michalis
May 10, 2013 at 2:57 pm
May 13, 2013 at 2:33 pm -
I have the following broker topology: NC1 e NC2 are configured with uri="multicast://239.255.2.4" e TTL=5. duplex=false on both NC1 and NC2. Both brokers create a openwire transport connector with ...
Matteor
May 10, 2013 at 3:42 pm
May 10, 2013 at 9:26 pm -
Hello, I have been researching how to restrict JMX to bind to a loopback address, so that it is not accessible off the box, but is easily accessible to a different user account (our software, which ...
Benjamin Jansen
May 8, 2013 at 11:33 pm
May 10, 2013 at 4:38 pm -
I have designed a chat application based on websocket protocol. i have installed a xampp server in computer A .I start the server in computer A and then I am trying to access client.php page (url is ...
Anubhav
May 10, 2013 at 11:40 am
May 10, 2013 at 12:11 pm -
Hello, We have a composite queue defined as follows: <amq:virtualDestinations <amq:compositeQueue name="DataQueue" forwardOnly="false" <amq:forwardTo <amq:queue physicalName="StatisticsQueue"/ ...
Geoffrey Arnold
May 9, 2013 at 4:05 pm
May 9, 2013 at 8:50 pm -
I have 4 servers and each server is using jetty embeded with activemq, infinispan. activemq modules of each server consist of each producer, consumer, and broker. so, what I want to achieve is .. 1) ...
Verystrongjoe
May 8, 2013 at 8:03 pm
May 9, 2013 at 6:30 am -
Is there a way to bind the queues with Topics based on a property in message header to filter the messages I need to get. For example: 1. I have two topics named request and response. 2. I'm getting ...
Loki12
May 2, 2013 at 2:51 pm
May 2, 2013 at 8:20 pm -
Hi! I have found a new app for ActiveMQ if you if you are still interested, works great for me: https://play.google.com/store/apps/details?id=com.maildover.actovemq4 -- View this message in context ...
Udik
May 29, 2013 at 7:07 pm
Aug 16, 2013 at 7:33 am -
Hi everybody, Sorry in advance, if it is a very trivial problem. I am rather new to ActiveMQ. What I would like to have a topic which will store the messages for a specific time period e.g half an ...
Suat Gonul
May 30, 2013 at 6:25 pm
May 30, 2013 at 7:09 pm -
Hello folks, We're running 5.8.0 and whenever we try to browse a queue from the management console with 100 entries our servers eat themselves/commit seppuku/etc. During this, you can see a very high ...
Neil Houston
May 29, 2013 at 3:47 pm
May 30, 2013 at 3:18 pm -
Hi guys, just fyi I found a cool app called ActiveMQ client for Android, works well for me.. I use it to test that our AMQ server is working properly while on the road, and get notified via the app's ...
Udik
May 29, 2013 at 7:12 pm
May 29, 2013 at 9:42 pm -
Quick one - I want to add another spoke broker and connect it to our hub. At present each spoke has it's own Key in the keystore with a corresponding certificate on the hub. This works but I'm ...
James Green
May 29, 2013 at 2:01 pm
May 29, 2013 at 2:08 pm
Group Overview
group | users |
categories | activemq |
discussions | 97 |
posts | 325 |
users | 91 |
website | activemq.apache.org |
91 users for May 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)