Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 38817 invoked from network); 29 Jan 2007 18:24:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Jan 2007 18:24:24 -0000 Received: (qmail 78348 invoked by uid 500); 29 Jan 2007 18:24:30 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 78325 invoked by uid 500); 29 Jan 2007 18:24:30 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 78316 invoked by uid 99); 29 Jan 2007 18:24:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 10:24:30 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 10:24:23 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 462D571429F for ; Mon, 29 Jan 2007 10:24:03 -0800 (PST) Message-ID: <13344254.1170095043284.JavaMail.jira@brutus> Date: Mon, 29 Jan 2007 10:24:03 -0800 (PST) From: "System Administrator (JIRA)" To: activemq-dev@geronimo.apache.org Subject: [jira] Commented: (AMQ-1142) TemporaryQueue communication not working In-Reply-To: <18435220.1170065582823.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38147 ] System Administrator commented on AMQ-1142: ------------------------------------------- Your message To: jos.v.roosmalen@nl.fortis.com Subject: [jira] Commented: (AMQ-1142) TemporaryQueue communication not working Sent: Mon, 29 Jan 2007 19:22:03 +0100 did not reach the following recipient(s): c=NL;a=400Net;p=Fortis;o=DBIB0000;dda:SMTP=JOS.V.ROOSMALEN@NL.FORTIS.COM; on Mon, 29 Jan 2007 19:22:12 +0100 The recipient name is not recognized The MTS-ID of the original message is: c=nl;a=400net;p=fortis;l=DBIBAA010701291822Z2SAVVR6 MSEXCH:IMS:Fortis:DBIB0000:DBIBAA01 0 (000C05A6) Unknown Recipient ****************************DISCLAIMER*********************************** Deze e-mail is uitsluitend bestemd voor de geadresseerde(n). Verstrekking aan en gebruik door anderen is niet toegestaan. Fortis sluit iedere aansprakelijkheid uit die voortvloeit uit electronische verzending. This e-mail is intended exclusively for the addressee(s), and may not be passed on to, or made available for use by any person other than the addressee(s). Fortis rules out any and every liability resulting from any electronic transmission. ****************************************************************************** > TemporaryQueue communication not working > ---------------------------------------- > > Key: AMQ-1142 > URL: https://issues.apache.org/activemq/browse/AMQ-1142 > Project: ActiveMQ > Issue Type: Bug > Components: Broker, JMS client > Affects Versions: 4.1.0 > Environment: WinXP, Java 1.4.2 > Reporter: Jos > Attachments: Client.java, Server.java > > > Assume a (old legacy, yes this is out of date and better solutions are available) point to point architecture: > Client creates temporary queues and send the queuename to the server by a fixed queue ('command queue') > Server uses the received queue names to send messages to the client. > See the attached Code snippets: > * Start the Server > * Start the Client > * The Client creates a temporary queue and sends the name to the server > * Server receives message and sends a test message back. > * Client NEVER receives the test message > This works 100% on IBM MQSeries (the only source diff is the line that has a MQSerie getQueue API call, instead a createQueue, because queus are defined, and not dynamical as in ActiveMQ) > ActiveMQ LOG information: > The temporary queue is logged, but later it says that there are no subscriptions > (..) > DEBUG AbstractRegion - Adding destination: topic://ActiveMQ.Advisory.Consumer.Queue.ID:TIGER-2615-1170064714906-1:0:1 > DEBUG JournalPersistenceAdapter - Checkpoint done. > DEBUG TIGER-2615-1170064714906-1:0:1 - No subscriptions registered, will not dispatch message at this time. > (...) > Can this bug be fixed? > Thank you, Jos -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.