Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CFE3F102B0 for ; Mon, 23 Dec 2013 00:12:50 +0000 (UTC) Received: (qmail 9122 invoked by uid 500); 23 Dec 2013 00:12:50 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 9079 invoked by uid 500); 23 Dec 2013 00:12:50 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 9071 invoked by uid 99); 23 Dec 2013 00:12:50 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Dec 2013 00:12:50 +0000 Date: Mon, 23 Dec 2013 00:12:50 +0000 (UTC) From: "Jason Shepherd (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMQ-4953) Virutal Destination is not auto created when using Composite Destination MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-4953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Shepherd updated AMQ-4953: -------------------------------- Description: When creating a composite queue (by editing activemq.xml) it doesn't seem like the queue is actually created. When I try to connect to the composite queue (from another server), the folowing Exception is thrown: Caused by: java.lang.SecurityException: User alice is not authorized to create: queue://FOO.BAR We doesn't allow the user ('alice') to create queues so this seems to indicate that the queue doesn't exist according to A-MQ. Part from my activemq.xml: {code} ... ... {code} ** Note: This is destinct from AMQ-4320 which was about the destinations contained within the Composite Destinations, not being created. was: When creating a composite queue (by editing activemq.xml) it doesn't seem like the queue is actually created. When I try to connect to the composite queue (from another server), the folowing Exception is thrown: Caused by: java.lang.SecurityException: User alice is not authorized to create: queue://FOO.BAR We doesn't allow the user ('alice') to create queues so this seems to indicate that the queue doesn't exist according to A-MQ. Part from my activemq.xml: ... ... ** Note: This is destinct from AMQ-4320 which was about the destinations contained within the Composite Destinations, not being created. > Virutal Destination is not auto created when using Composite Destination > ------------------------------------------------------------------------ > > Key: AMQ-4953 > URL: https://issues.apache.org/jira/browse/AMQ-4953 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.9.0 > Environment: JBoss A-MQ 6.1.0.redhat-306 > Reporter: Jason Shepherd > Priority: Minor > > When creating a composite queue (by editing activemq.xml) it doesn't seem like the queue is actually created. > When I try to connect to the composite queue (from another server), the folowing Exception is thrown: > Caused by: java.lang.SecurityException: User alice is not authorized to create: queue://FOO.BAR > We doesn't allow the user ('alice') to create queues so this seems to indicate that the queue doesn't exist according to A-MQ. > Part from my activemq.xml: > {code} > brokerName="${broker-name}" > dataDirectory="${data}" > advisorySupport="false" > start="false"> > ... > > > > > > > > > > > > > > > ... > > > > > > > > > > > > > > > > {code} > ** Note: This is destinct from AMQ-4320 which was about the destinations contained within the Composite Destinations, not being created. -- This message was sent by Atlassian JIRA (v6.1.5#6160)