FAQ

Search Discussions

178 discussions - 854 posts

  • 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 ...
    VishuVishu
    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 ...
    KevinbaKevinba
    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" ...
    ENPENP
    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 ...
    AgrabilAgrabil
    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, ...
    NlifNlif
    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 PesochinskyVadim 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 ...
    JcarreiraJcarreira
    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 ...
    OhadOhad
    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 ...
    BmadiganBmadigan
    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 ...
    LdangeloLdangelo
    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 ...
    VenkatgVenkatg
    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 ...
    KuppeKuppe
    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 ...
    ColincristColincrist
    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 ...
    NlifNlif
    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 StrachanJames 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 ProkopievEugene 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 FrenchPaul 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 MihalyChristopher 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, ...
    AdrianAdrian
    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 MerwePieter 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 ...
    MoatasMoatas
    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 ...
    PepPep
    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 ArifSufyan 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 ...
    BhustedBhusted
    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 ...
    JohanBJohanB
    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 KunnumpurathMeeraj 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 ...
    GardGard
    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 ...
    SabSab
    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 ...
    ZmccoyZmccoy
    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 ...
    ColincristColincrist
    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 = ...
    SgoyetteSgoyette
    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 ...
    KuppeKuppe
    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, NathanMittler, 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 ...
    Sparky2708Sparky2708
    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), ...
    OsianOsian
    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 ...
    KuppeKuppe
    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 LeybaJavier 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 XieMatthew 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 ...
    Sparky2708Sparky2708
    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 FrenchPaul 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 ...
    Sparky2708Sparky2708
    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 StrachanJames 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 ...
    KuppeKuppe
    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 ProkopievEugene 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 cawthornDave 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 ...
    MaquanjunMaquanjun
    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_UlfThe_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 MihalyChristopher 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 ChayapathiSandeep 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 ...
    JefetechJefetech
    Jul 31, 2006 at 5:55 pm
    Jul 31, 2006 at 6:36 pm
Group Navigation
period‹ prev | Jul 2006 | next ›
Group Overview
groupusers @
categoriesactivemq
discussions178
posts854
users122
websiteactivemq.apache.org

122 users for July 2006

James Strachan: 263 posts Hiram Chirino: 58 posts Eugene Prokopiev: 28 posts Kuppe: 28 posts Christopher Mihaly: 23 posts Sanjiv Jivan: 22 posts Paul French: 17 posts Sparky2708: 17 posts Jcarreira: 16 posts Kevinba: 16 posts Adrian Tarau: 14 posts Maquanjun: 14 posts Bish, Tim: 13 posts Nlif: 12 posts Javier Leyba: 11 posts Bmadigan: 10 posts Colincrist: 10 posts Tom Purcell: 10 posts Avin98: 9 posts Bhusted: 7 posts
show more
Archives