Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-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 9EAD6793C for ; Wed, 20 Jul 2011 17:24:44 +0000 (UTC) Received: (qmail 33004 invoked by uid 500); 20 Jul 2011 17:24:44 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 32915 invoked by uid 500); 20 Jul 2011 17:24:43 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Delivered-To: moderator for users@camel.apache.org Received: (qmail 10701 invoked by uid 99); 20 Jul 2011 17:16:36 -0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=FREEMAIL_FROM,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 216.139.236.26 is neither permitted nor denied by domain of nightwolfzor@gmail.com) Date: Wed, 20 Jul 2011 10:16:09 -0700 (PDT) From: NightWolf To: users@camel.apache.org Message-ID: <1311182169074-4616624.post@n5.nabble.com> Subject: Camel issue with JMX Endpoints disappearing and endpoint injection for SEDA MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi all, There seems to be an issue with camel and JMX. One of the great features of the SEDA JMX component is the ability to see the queue size using the get queue method which is found under org.apache.camel->endpoints->COMPNAME/camel->"seda://xyz"... However when using something like / @EndpointInject(uri="seda:closeData?concurrentConsumers=50") ProducerTemplate producerSymbQueue; //... producer.sendBody(object) //.../ In a POJO it would appear that the SEDA endpoint in JMX disappears and one can no longer see the queue size... Any ideas on what would be causing this and how to fix? Cheers, N -- View this message in context: http://camel.465427.n5.nabble.com/Camel-issue-with-JMX-Endpoints-disappearing-and-endpoint-injection-for-SEDA-tp4616624p4616624.html Sent from the Camel - Users mailing list archive at Nabble.com.