From users-return-3803-apmail-qpid-users-archive=qpid.apache.org@qpid.apache.org Wed Feb 16 13:27:13 2011 Return-Path: Delivered-To: apmail-qpid-users-archive@www.apache.org Received: (qmail 36600 invoked from network); 16 Feb 2011 13:27:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Feb 2011 13:27:13 -0000 Received: (qmail 89496 invoked by uid 500); 16 Feb 2011 13:27:13 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 88920 invoked by uid 500); 16 Feb 2011 13:27:08 -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 Delivered-To: moderator for users@qpid.apache.org Received: (qmail 84887 invoked by uid 99); 16 Feb 2011 13:24:17 -0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dub054@gmail.com designates 209.85.216.177 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=CQFkzFCH9R+VIzPNsWm2dwAX1nAkSB4KQVSHf1RATUI=; b=xhTqTJxPdkZk5BP7AmkxsqRY+kPPNbMDHIH2uX+naweW9+yqO4OL5auuF5LXo3Q6bA NOX54Q6cZDhzBPLAaWCH84mxCmoHCNO6JjTSfK7en5SZ6VH1Lj7e0MnJVpNDmaNuXlGH 8eiZ9ts/o7yeLDcpm15w/MBGZX4q5XkOG6ffk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=v/JgZ8R8uUM7S3mqH57rl8bGABtvmBj0H0EtpvFK5t/P5SxGZOI+x7Q6GDj9AvVBnl KUdagnEvXmDi1Y+Nxe0D+fFH8vtZtgD3vS40rvhgtEzqCtypaeaZyx0JEC7bFJa/JzKC W3ZeKYtf7/LWsgCP5KbuzrtGisp+QbKyoro9o= MIME-Version: 1.0 Date: Wed, 16 Feb 2011 14:23:48 +0100 Message-ID: Subject: problem with binding in virtualhosts.xml for JAVA broker From: Stepan Dubovy To: users@qpid.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hello, I am a quite new user of java Qpid broker and I am wondering about lack of documentation related to this topic:-( I just simply want to configure the broker to have exchange E type topic, queue Q and the binding between them based on binding key K. I tried following in virtualhosts.xml : (in virtualhost test:) topic E true . . . Q . . . This creates queue and exchange, but I do not know how to create the binding based on binding key K between them. I am using 0.8 version of JAVA broker. Thanks in advance for help and regards, Stepan --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:users-subscribe@qpid.apache.org