Return-Path: X-Original-To: apmail-qpid-users-archive@www.apache.org Delivered-To: apmail-qpid-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6D9999021 for ; Thu, 19 Apr 2012 15:36:41 +0000 (UTC) Received: (qmail 67650 invoked by uid 500); 19 Apr 2012 15:36:41 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 67611 invoked by uid 500); 19 Apr 2012 15:36:41 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 67601 invoked by uid 99); 19 Apr 2012 15:36:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Apr 2012 15:36:41 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of robbie.gemmell@gmail.com designates 209.85.210.170 as permitted sender) Received: from [209.85.210.170] (HELO mail-iy0-f170.google.com) (209.85.210.170) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Apr 2012 15:36:33 +0000 Received: by iaeh11 with SMTP id h11so12961879iae.15 for ; Thu, 19 Apr 2012 08:36:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=dAl3AjFxWD/H8Lm3G5iydoFpZk8PSl4akFmBaL2FYak=; b=gZ5Kan8iKfDzck0D8TIIH79xrAa3p3ZT/2mj8UmU44KDIrXrEL3YzWuA6oqQB6iV34 YJ13lzOCWNSgsRfmh+aWqsgUAXaJA3er5kgb6zcopMqn+9ncObr+dVFdOosuH6ge2MJG zEQfZNd2TDOyuqYV5ucmZ9i+fhVZd3tw5i3juDQ4F0/rdw0cLw2oPbNcpmgFu+C3UcdW sEKEaX9y/0Oi+Pt7ZyamcWLAJod8+tvpNeFuAXZ4YMFb74cCBoIliosJ8EiDHiVeg36k oRsTCb2G6xEiuTkLovoxIhWYJTZu7292SXacrvF+eUniTHSGsS5kVPPJItF7bIj+014b r1RQ== MIME-Version: 1.0 Received: by 10.50.194.133 with SMTP id hw5mr2658392igc.57.1334849773003; Thu, 19 Apr 2012 08:36:13 -0700 (PDT) Received: by 10.231.183.14 with HTTP; Thu, 19 Apr 2012 08:36:12 -0700 (PDT) In-Reply-To: <1334813534253-7479418.post@n2.nabble.com> References: <1334813534253-7479418.post@n2.nabble.com> Date: Thu, 19 Apr 2012 16:36:12 +0100 Message-ID: Subject: Re: Creation of Request and Response quese From: Robbie Gemmell To: users@qpid.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Sumi, What client are you using (Java/ C++ etc)? Its hard to give you particularly useful advice without first knowing this first as the client APIs differ substantially. Some further info that would help us advise you: Do you really have a requirement that your request queue be bound to an exchange with a binding key other than its name (that would seem odd for traditional request/response) ? It is entirely possible to do request/response with a single exchange, do you really require that the request and response queues are bound to different exchanges? Regards, Robbie On 19 April 2012 06:32, Sumi wrote: > Hi, > I am very new to Qpid , How do i create Request and response queues > For ex:request queue , durable , direct exchange > "response queue" : is an temporary queue and what should be my reply to > property and how to bind these two queues so that when my producer =A0sen= d > message to request queue , the consumer should be able to recieve from th= e > response queue ? Please help this might be basic question =A0but i am ver= y new > to qpid and have been asked to create req , response queues? > > -- > View this message in context: http://qpid.2158936.n2.nabble.com/Creation-= of-Request-and-Response-quese-tp7479418p7479418.html > Sent from the Apache Qpid users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org > For additional commands, e-mail: users-help@qpid.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org