Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A9BE5200B3B for ; Mon, 11 Jul 2016 16:09:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A85CD160A85; Mon, 11 Jul 2016 14:09:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 21F93160A5E for ; Mon, 11 Jul 2016 16:09:11 +0200 (CEST) Received: (qmail 91616 invoked by uid 500); 11 Jul 2016 14:09:11 -0000 Mailing-List: contact issues-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 issues@activemq.apache.org Received: (qmail 91588 invoked by uid 99); 11 Jul 2016 14:09:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jul 2016 14:09:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 213962C02A8 for ; Mon, 11 Jul 2016 14:09:11 +0000 (UTC) Date: Mon, 11 Jul 2016 14:09:11 +0000 (UTC) From: "Alexey Markevich (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMQ-6350) PooledConnectionFactory throws 'IllegalStateException: Pool not open' after re-init MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 11 Jul 2016 14:09:12 -0000 Alexey Markevich created AMQ-6350: ------------------------------------- Summary: PooledConnectionFactory throws 'IllegalStateException: Pool not open' after re-init Key: AMQ-6350 URL: https://issues.apache.org/jira/browse/AMQ-6350 Project: ActiveMQ Issue Type: Bug Components: activemq-pool Affects Versions: 5.13.3 Reporter: Alexey Markevich Blueprint: {code} ... {code} or Java: {code} org.apache.activemq.jms.pool.PooledConnectionFactory pcf = new org.apache.activemq.jms.pool.PooledConnectionFactory(); pcf.start(); ... pcf.stop(); pcf.start(); // producer.send(textMsg); {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)