Search Discussions
-
Hi, Am completely new to Java. I have application written in C++ and it is ported on Linux and Windows. I want to use Activemq from my application which can work on Linux and Windows platform. Can ...
Vishu
Jul 12, 2006 at 7:11 pm
Jul 19, 2006 at 7:55 am -
I'm trying to run the ActiveMQ-CPP stop example from the website and I can't get it to work. It fails on the connectionFactory- createConnection(); Is there a log or anything I can use to see what is ...
Kevinba
Jul 17, 2006 at 10:11 pm
Jul 19, 2006 at 2:56 pm -
Hi, I have active.xml: <?xml version="1.0" encoding="UTF-8"? <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd" <beans <bean id="broker" ...
ENP
Jul 3, 2006 at 10:14 am
Jul 4, 2006 at 1:18 pm -
Hello, I am having some problems getting the JMS to JMS Bridge feature working with ActiveMQ 4.0 and JDK 1.5. If I understand this functionality, I should be able to post messages to and ActiveMQ ...
Agrabil
Jul 6, 2006 at 2:49 pm
Aug 2, 2006 at 5:49 am -
Hi, I am using ActiveMQ's MessageGroups feature in order to send and receive several related messages as a single unit-of-work. I am using a transacted producer, so all messages are sent atomically, ...
Nlif
Jul 19, 2006 at 3:04 pm
Jul 28, 2006 at 10:18 am -
Hi! I have a test case to consider. 2 servers are processing 3 submitted jobs with following processing times 10 min, 1 min, 1 min. This sequence should finish in 10 minutes as one service will pick ...
Vadim Pesochinsky
Jul 31, 2006 at 8:23 pm
Aug 3, 2006 at 6:40 pm -
I'm trying to get ActiveMQ working with SQL Server 2000 as the JDBC PersistanceAdapter, and I'm running into this error: 2006-07-29 21:30:32,887 [main] ERROR ...
Jcarreira
Jul 30, 2006 at 3:00 am
Jul 31, 2006 at 5:35 pm -
Hi All I am developing a high load multi-process application which is sending a fairly large amount of messages . I am using version 4.0.1 and those features : 1.Connections are standard, non ...
Ohad
Jul 16, 2006 at 1:49 pm
Jul 26, 2006 at 5:53 pm -
Is there a way to group Topic subscribers? What I want is to have clusters of consumers with the network of brokers handling load balancing and failover. Only one consumer per cluster would consume a ...
Bmadigan
Jul 5, 2006 at 7:40 pm
Jul 13, 2006 at 9:47 pm -
Hi All, I'm a relatively new activeMQ user... I am working on a mysql user defined function that will send out a jms message. I intend to use this inside of triggers... so when new record is inserted ...
Ldangelo
Jul 17, 2006 at 2:13 am
Jul 18, 2006 at 3:45 am -
Hi, I have read most the of posts related to static brokers but I couldn't find the solution for my problem. My requirement, I have a embedded broker BE(back end) and publisher running on some ...
Venkatg
Jul 27, 2006 at 12:21 pm
Jul 28, 2006 at 2:51 pm -
I am trying to stop my broker by killing the process. The shutdown hook catches this, and logs the message ActiveMQ Message Broker (localhost, ID:dev-app03-42662-1152755823894-1:0) is shutting down ...
Kuppe
Jul 13, 2006 at 2:10 am
Jul 25, 2006 at 6:36 am -
Hi, I'm adding JMX support for ActiveMQ to Hermes to let you browse durable subscription queues, get depths, discover queues/topics on the broker and some other stuff. I've a few questions/issues on ...
Colincrist
Jul 10, 2006 at 9:32 am
Jul 12, 2006 at 2:04 pm -
Hello all, We need to be able to handle very large messages (200 Mb and more), which should be sent to multiple consumers (several hundreds of consumers). We would like to know what is the memory ...
Nlif
Jul 2, 2006 at 12:53 pm
Jul 6, 2006 at 4:42 pm -
I've just committed a test case showing an example of how to configure the JMS bridge using XBean. You can see it documented and in action here... http://activemq.org/site/jms-to-jms-bridge.html -- ...
James Strachan
Jul 4, 2006 at 6:09 pm
Jul 21, 2006 at 3:41 pm -
Hi, I tried to use JMS Bridge with this configuration: <beans <bean id="mainBroker" class="org.apache.activemq.broker.BrokerService" init-method="start" destroy-method="stop" <property ...
Eugene Prokopiev
Jul 31, 2006 at 8:03 am
Aug 3, 2006 at 9:18 am -
Now that Spring 2.0 supports MDB which do you use, Jencks or Spring 2.0? -- View this message in context: http://www.nabble.com/jencks-or-spring-2.0-tf2009623.html#a5521169 Sent from the ActiveMQ - ...
Paul French
Jul 27, 2006 at 1:40 pm
Jul 27, 2006 at 5:27 pm -
I have a subscription that is OFFLINE. When I look at the subscription through jconsole, is shows OFFLINE as the connectionID. It also has a lot of messages pending and enqueued. What does this mean? ...
Christopher Mihaly
Jul 24, 2006 at 3:12 pm
Jul 25, 2006 at 6:30 am -
I have a transacted session that in some cases does a rollback() thus telling the server to redeliver the message later, after such a rollback() anything sent is not received by the consumer, ...
Adrian
Jul 19, 2006 at 11:19 am
Jul 20, 2006 at 7:29 am -
Does anyone have an example using Microsoft Sql Server for persistence? I have the following configuration: <persistenceAdapter <journaledJDBC journalLogFiles="5" dataDirectory="../activemq-data" ...
Pieter van der Merwe
Jul 13, 2006 at 7:57 pm
Jul 16, 2006 at 2:34 pm -
I checked out the latest from trunk and it looks like 1.5 is required since java.util.concurrent is being used instead of backport. Is this how it will be going forward? -- View this message in ...
Moatas
Jul 4, 2006 at 11:04 pm
Jul 7, 2006 at 5:18 pm -
Hi, we have ActiveMq acting as our JMS provider for OC4J 10.1.3. It is running as embbeded and integrated to OC4J by means of the JCA connector. As it is an additional resource provider, I assume our ...
Pep
Jul 4, 2006 at 9:38 am
Jul 5, 2006 at 9:26 am -
Hi, I am trying to find a class called org.apache.activemq.ra.ActiveMQResourceAdapter I need to use this file when setting up Jencks container. I am using incubator-activemq-4.0.1 and have looked in ...
Sufyan Arif
Jul 18, 2006 at 2:20 pm
Jan 23, 2007 at 2:39 am -
I am attempting to architect a solution that will require a high degree of scalability. We need a configuration that can scale a small pool of Brokers performing light weight processing and in-turn ...
Bhusted
Jul 11, 2006 at 3:00 pm
Jul 11, 2006 at 4:48 pm -
Hi, I'm trying to use Jencks JCA container with ActiveMQ-4.1-SNAPSHOT in order to test XA transactions. I'm using Spring 2.0RC1 + xbean-spring-2.4, Jencks-1.1.3 and using an ActiveMQ Embedded Broker ...
JohanB
Jul 6, 2006 at 10:13 am
Jul 10, 2006 at 1:50 pm -
Hi, Is there a management interface to stop and start individual queues on an ActiveMQ node? Thanks in advance Meeraj ***************************************************** You can find us at ...
Meeraj Kunnumpurath
Jul 5, 2006 at 10:45 am
Jul 6, 2006 at 8:15 am -
Hi, I am experiencing that messages are not removed from the queue when using Stomp(Ruby) standalone and when using the ActiveMessaging plugin for Rails. I assume this has to do with the client not ...
Gard
Jul 4, 2006 at 11:25 am
Jul 4, 2006 at 4:03 pm -
Hi All, I'm using ActiveMQ 4.0.1 Release and running a thread which sends a simple Text Message... the idea is just to test the no. of concurrent requests that the broker can handle.... public class ...
Sab
Jul 26, 2006 at 8:10 am
Jan 25, 2007 at 10:36 am -
Hello, I'm trying to configure JAAS with ActiveMQ 4.0-RC2, and I'm getting the following errors when I attempt to start the broker. login.config is in the CLASSPATH: localhost bin # echo $CLASSPATH ...
Zmccoy
Jul 6, 2006 at 5:08 pm
Nov 1, 2006 at 7:40 am -
Hi all, I've released HermesJMS 1.10, it includes a first version of a plugin for ActiveMQ. There are a number of JMX issues at the moment that mean its not fully functional but as soon as the MBeans ...
Colincrist
Jul 26, 2006 at 2:13 pm
Jul 27, 2006 at 12:27 pm -
Hi, I'm trying to setup a connection to the broker using this code: connectionFactory = new ActiveMQConnectionFactory( "tcp://localhost:61616" ); connection = ...
Sgoyette
Jul 5, 2006 at 11:35 pm
Jul 7, 2006 at 10:19 pm -
I am working on a use case where i am distributing fast moving market data from a many different market data sources to many clients each receiving a client-specific stream of market data from each ...
Kuppe
Jul 6, 2006 at 3:41 am
Jul 7, 2006 at 4:35 pm -
I have just submitted a new C++ stomp client to the activemq SVN at https://svn.apache.org/repos/asf/incubator/activemq/trunk/activemq-cpp/ This serves as a full blown replacement for CMS, which ...
Mittler, Nathan
Jul 3, 2006 at 12:26 pm
Jul 3, 2006 at 3:15 pm -
Is there a formal release of the .NET binary (NMS)? I can check it out from CVS and compile it but I am just wondering if that is correct. If there isn't a release schedule will there be one? -- View ...
Sparky2708
Jul 28, 2006 at 5:33 pm
Jul 28, 2006 at 7:40 pm -
I seem to be hitting a consumer deadlock situation. The configuration is the standard, out of the box activemq.xml, I start up 3 consumers, using a queueConneciton, a queueSession(true, auto_ack), ...
Osian
Jul 28, 2006 at 9:44 am
Jul 28, 2006 at 7:33 pm -
I am interested in reducing the total size of messages on the wire. Do you have any suggestions as to how this can be best accomplished? Is compression enabled by default and is there any way of ...
Kuppe
Jul 26, 2006 at 5:35 am
Jul 27, 2006 at 7:16 am -
Hi I´ve a network of nodes where each node is a master/slave broker. I know if a master fails, a slave will take control of situation and then will be necesary a manual procedure to restart fixed ...
Javier Leyba
Jul 25, 2006 at 10:48 am
Jul 25, 2006 at 12:49 pm -
Hi everyone. I meet a trouble while i using amq .net to recieve message from amq server. here i run the nunit test(AsyncConsumeTest.cs) from amq .net src code, i find that the test runs ...
Matthew Xie
Jul 19, 2006 at 2:46 am
Jul 21, 2006 at 9:01 am -
I would like to inquire about using ActiveMQ in a production environment. What does it mean that it is in incubator stage and had so many releases? If it isn't a secret it would help to know which ...
Sparky2708
Jul 28, 2006 at 2:12 pm
Jul 28, 2006 at 3:03 pm -
Here is a simple JMS program that sends 10 text messages. The program never exits?? Anyone can tell me why? The spring config file is also given. I suspect it is to do with the ...
Paul French
Jul 28, 2006 at 10:48 am
Jul 28, 2006 at 1:11 pm -
I downloaded a recent version of ActiveMQ and am trying to get it to work with JMeter but haven't had much luck unfortunately. I did a brief search on the mailing list here but couldn't find anything ...
Sparky2708
Jul 27, 2006 at 3:11 pm
Jul 27, 2006 at 4:08 pm -
I thought I'd change the subject as really we are discussing a kind of Virtual Topics where folks can use Queues to subscribe and consume from them etc... I was thinking, we should maybe add the ...
James Strachan
Jul 14, 2006 at 9:38 am
Jul 24, 2006 at 10:31 am -
I currently have many clients registering for client specific market data updates from a market data server. The market data server keeps a list of currently registered clients vs. symbols and sends ...
Kuppe
Jul 19, 2006 at 5:20 am
Jul 20, 2006 at 5:18 am -
Hi, I have this XBeans: <persistenceAdapter <journaledJDBC journalLogFiles="5" dataDirectory="activemq-data" dataSource="#postgres-ds"/ </persistenceAdapter I need to use it in my Spring config. How ...
Eugene Prokopiev
Jul 12, 2006 at 9:21 am
Jul 13, 2006 at 10:22 am -
Hi, I have a simple test case that is failing at the moment. It goes like this 1 create a connection/session/producer 2 create a connection/session/consumer 3 create a message and send 4 readnext ...
Dave cawthorn
Jul 4, 2006 at 10:25 am
Jul 6, 2006 at 10:40 am -
I want to use the jmx function.But activemqj never listen the 1099 port,such as follow: netstat -lpn | grep java tcp 0 0 :::37386 :::* LISTEN 4472/java tcp 0 0 :::61613 :::* LISTEN 4472/java tcp 0 ...
Maquanjun
Jul 4, 2006 at 7:26 am
Jul 5, 2006 at 3:49 am -
Hi, I'm using the JAAS-Plugin with ActiveMQ. It works fine so far. But the proplem is, that I don't know how to set an authorizationEntry in the activemq.xml for a temporary Queue. The aim is to ...
The_real_Ulf
Jul 4, 2006 at 2:24 pm
Jul 4, 2006 at 6:11 pm -
I am getting Failed to start jmx connector: javax.naming.NameAlreadyBoundException: jmxrmi [Root exception is java.rmi.AlreadyBoundException: jmxrmi] in my startup of activemq. I beleive this is ...
Christopher Mihaly
Jul 10, 2006 at 11:19 pm
Aug 20, 2013 at 2:48 am -
Hi all, I just started using ActiveMQ4.0.1. To begin with, Im using the STOMP protocol, via the perl client. I have a test script (write.pl) that generates 10 messages, @ 1 message per second ...
Sandeep Chayapathi
Jul 31, 2006 at 3:36 pm
Aug 1, 2006 at 3:44 pm -
I'm using the latest ActiveMQ 4.0.1, with Jetty6, using Struts with Hibernate on Mysql 4.1.7-standard. I've altered some of the chatroom example functions to call Struts to execute mysql ...
Jefetech
Jul 31, 2006 at 5:55 pm
Jul 31, 2006 at 6:36 pm
Group Overview
group | users |
categories | activemq |
discussions | 178 |
posts | 854 |
users | 122 |
website | activemq.apache.org |
122 users for July 2006
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)