Return-Path: X-Original-To: apmail-openejb-users-archive@www.apache.org Delivered-To: apmail-openejb-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 1DC79BA2B for ; Tue, 10 Jan 2012 08:12:15 +0000 (UTC) Received: (qmail 3002 invoked by uid 500); 10 Jan 2012 08:12:14 -0000 Delivered-To: apmail-openejb-users-archive@openejb.apache.org Received: (qmail 2751 invoked by uid 500); 10 Jan 2012 08:11:56 -0000 Mailing-List: contact users-help@openejb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@openejb.apache.org Delivered-To: mailing list users@openejb.apache.org Received: (qmail 2732 invoked by uid 99); 10 Jan 2012 08:11:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jan 2012 08:11:41 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rmannibucau@gmail.com designates 209.85.216.48 as permitted sender) Received: from [209.85.216.48] (HELO mail-qw0-f48.google.com) (209.85.216.48) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jan 2012 08:11:34 +0000 Received: by qadc16 with SMTP id c16so3138370qad.14 for ; Tue, 10 Jan 2012 00:11:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=DKYYLZHF+2ue7HCGyx1b9C3pqQhLRa9W7VNdI7EaVQ8=; b=OQ4fI5x4NJdic6MNFd8pk33NDuulWe7ogmSw1SDLx/iemNILwa6IPH6J52+M2CH+Al rVmL14k7Vwe4kLFJPne1rInGl4wAKK0BekjeWZiy4v3QRwR6bk1WFaYGeL0Y2abfaH5b rk0+rx0/9KSEJudunFK/+vAqJQT45SWQTJfLE= Received: by 10.224.216.74 with SMTP id hh10mr23411422qab.45.1326183072141; Tue, 10 Jan 2012 00:11:12 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.192.21 with HTTP; Tue, 10 Jan 2012 00:10:51 -0800 (PST) In-Reply-To: <1326178218788-4281296.post@n4.nabble.com> References: <1326105907044-4278150.post@n4.nabble.com> <1326178218788-4281296.post@n4.nabble.com> From: Romain Manni-Bucau Date: Tue, 10 Jan 2012 09:10:51 +0100 Message-ID: Subject: Re: OpenEJB Tomcat- MDB - EJB 2.0 - MQ To: users@openejb.apache.org Content-Type: multipart/alternative; boundary=20cf300514a2ec10ff04b6280e8a --20cf300514a2ec10ff04b6280e8a Content-Type: text/plain; charset=ISO-8859-1 Hi, you need a JCA connector for MQseries. It means ra.xml is not enough. The ActiveMQ one used in OpenEJB is only for ActiveMQ. I'm not sure if you are familiar with JCA connectors so maybe this explanation is useless: it is basically used to integrate ina JEE container an external system (it allows to participate to transactions for instance). It means it is specific too. If you don't find on the internet a MQseries RA (RA = resource adaptor = almost JCA connector) you'll have to write one. Don't panic it is not complicated, only about 3 interfaces to define/implement. You'll find a lot of example on google ;). - Romain 2012/1/10 Faraz > Thanks, > > Yes,I meant with with WebSphere MQ. > Do i need to create ra.xml for WebSphere MQ ? If yes ,Please suggest what > all things need to include in ra.xml ? > > If I use ActiveMQ,ra.xml is already bundled with OpenEJB or I need to > configure this too ? > > > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/OpenEJB-Tomcat-MDB-EJB-2-0-MQ-tp4278150p4281296.html > Sent from the OpenEJB User mailing list archive at Nabble.com. > --20cf300514a2ec10ff04b6280e8a--