Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-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 9649911059 for ; Mon, 8 Sep 2014 17:51:26 +0000 (UTC) Received: (qmail 12809 invoked by uid 500); 8 Sep 2014 17:51:26 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 12763 invoked by uid 500); 8 Sep 2014 17:51:26 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 12746 invoked by uid 99); 8 Sep 2014 17:51:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2014 17:51:25 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of john.d.ament@gmail.com designates 209.85.219.48 as permitted sender) Received: from [209.85.219.48] (HELO mail-oa0-f48.google.com) (209.85.219.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2014 17:51:21 +0000 Received: by mail-oa0-f48.google.com with SMTP id m1so10766008oag.35 for ; Mon, 08 Sep 2014 10:50:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=XGeIZeWVLTVkBp5Y89Lh5/mM8eHEPaXgDYb5DtNx2vg=; b=KgP65A237IE0vogq1z5aQO99ljQzeQ3MB09UnOaqPhQaj6766xlZQiqiMrvHqRFP2A TA2F1H/AVBIeaV13np/HdMNmg0NLiU5cXBql9XwNW8TUmReCd3IIR+lnXQctGEs15KAO o28lytdEbrMhm0TU1eSnhA3rFL/35AoOsu4GSrFlcReCydGS24wJ9HrojZV0GWXwLbPo ouyRggJ25hv8vEN8r/2WdMaX5BaCAujV82ED5A+oc9Sz3LGqCpUqNqhd18+HJWFtJESr jxp4ky8zrzpIHeqiUyAgv5NXn8ir85+a5leBOH4qY2vFINY9Vt6uX0BleahSmjiJ/Wbb nDtQ== MIME-Version: 1.0 X-Received: by 10.182.224.227 with SMTP id rf3mr5067150obc.70.1410198657548; Mon, 08 Sep 2014 10:50:57 -0700 (PDT) Received: by 10.182.18.40 with HTTP; Mon, 8 Sep 2014 10:50:57 -0700 (PDT) In-Reply-To: References: Date: Mon, 8 Sep 2014 13:50:57 -0400 Message-ID: Subject: Re: Resource adapter question / with WildFly 8.1 From: "John D. Ament" To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=089e013a05de0bc6f3050291763e X-Virus-Checked: Checked by ClamAV on apache.org --089e013a05de0bc6f3050291763e Content-Type: text/plain; charset=UTF-8 Markus, Based on your stack trace, looks like HornetQ's bridge isn't participating in a transaction. Are you explicitly or implicitly starting one? John On Mon, Sep 8, 2014 at 1:46 PM, Markus Eisele wrote: > Hi, > > I've been looking into configuring WildFly 8.1 with ActiveMQ Resource > Adapter lately and got everything up and running. > I could produce messages from Java EE components (aka EJBs via > JMS-Bridge) and also could consume messages via MDBs. > During sending messages via the bridge I encountered a warning I can't > get rid of. > Appreciate any ideas/hints. > > HQ122009: JMS Bridge failed to send + acknowledge batch > https://gist.github.com/myfear/03c0937a57aa3ad9906d > > Thanks, > Markus > --089e013a05de0bc6f3050291763e--