Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 404CF195CE for ; Thu, 28 Apr 2016 08:46:13 +0000 (UTC) Received: (qmail 21580 invoked by uid 500); 28 Apr 2016 08:46:13 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 21538 invoked by uid 500); 28 Apr 2016 08:46:13 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 21521 invoked by uid 99); 28 Apr 2016 08:46:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Apr 2016 08:46:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DA06A2C1F60 for ; Thu, 28 Apr 2016 08:46:12 +0000 (UTC) Date: Thu, 28 Apr 2016 08:46:12 +0000 (UTC) From: "Catalina-Alina Dobrica (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CAMEL-9916) SJMS component is not currently nodev/XML route compatible 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/CAMEL-9916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15261772#comment-15261772 ] Catalina-Alina Dobrica commented on CAMEL-9916: ----------------------------------------------- What I actually should have said is "on context restart". If you stop only the routes and restart them, the pool is not closed, but in the use-case where I needed the feature, the entire context is restarted (by stop then start) when you want to restart a route, which causes the component to restart and it's pool to be closed. > SJMS component is not currently nodev/XML route compatible > ---------------------------------------------------------- > > Key: CAMEL-9916 > URL: https://issues.apache.org/jira/browse/CAMEL-9916 > Project: Camel > Issue Type: New Feature > Components: camel-sjms > Reporter: Catalina-Alina Dobrica > > SJMS component is currently not friendly for XML route usage because: > * You need a component instance which has been "activated" - has had a connection factory set. > * On route restart, the component cannot be reused because the underlying pool is closed and not recreated -- This message was sent by Atlassian JIRA (v6.3.4#6332)