Results 1 to 3 of 3

Thread: Looking for response message from various ActiveMQ servers.

  1. #1
    Join Date
    Oct 2005
    Posts
    2

    Default Looking for response message from various ActiveMQ servers.

    Hi to everybody, and thx in advance.
    Can I check for a response message (JMSCorrelationID) in more than one server?. I' m using a network of brokers with ActiveMQ, and the list:tcp:.... protocol on the client side, but I've some messages that I send to one server, but the reply comes from the other server, so I lost this response (timeout). Is there a way to check in various server? My idea is to force to change to the other servers is I got a timeout from any of them.

    Thx to everbody

  2. #2
    Join Date
    Aug 2004
    Location
    London
    Posts
    164

    Default

    Responses sent to you (using temporary queues right?) should travel across ActiveMQ networks to reach your process.

    If you are having trouble getting networks setup you could try the ActiveMQ mailing lists?

    http://activemq.org/Mailing+Lists
    James Strachan
    ------------------
    Open Source Integration
    Iona

  3. #3
    Join Date
    Oct 2005
    Posts
    2

    Default

    Thx, James, I found the solution. it was a problem of the connection factory (a connection factory developed by us), so the client was changing all the time of connection (status changed every second). Now with the org.activemq.pool.PooledConnectionFactory, I got 100% of reply messages

    Thanx James and all logicblaze team for this great software

Similar Threads

  1. UpgradeAcegi Security System from 0.6.1 to 0.8.3
    By mannobug in forum Security
    Replies: 3
    Last Post: Sep 23rd, 2005, 07:00 PM
  2. How to display message about last action?
    By pir8ped in forum Architecture
    Replies: 8
    Last Post: Jun 6th, 2005, 11:01 AM
  3. Channel and message transformation question
    By Alarmnummer in forum Architecture
    Replies: 12
    Last Post: May 11th, 2005, 05:06 PM
  4. Displaying Error from message resource
    By qtipz4ever in forum Web
    Replies: 3
    Last Post: Mar 16th, 2005, 04:48 PM
  5. ActiveMQ/JCA/Mulitple Message Listeners
    By abredon in forum JMS
    Replies: 1
    Last Post: Jan 5th, 2005, 11:07 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •