Return-Path: Delivered-To: apmail-activemq-camel-user-archive@locus.apache.org Received: (qmail 53779 invoked from network); 13 Jan 2008 10:04:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jan 2008 10:04:56 -0000 Received: (qmail 25704 invoked by uid 500); 13 Jan 2008 10:04:45 -0000 Delivered-To: apmail-activemq-camel-user-archive@activemq.apache.org Received: (qmail 25685 invoked by uid 500); 13 Jan 2008 10:04:45 -0000 Mailing-List: contact camel-user-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-user@activemq.apache.org Delivered-To: mailing list camel-user@activemq.apache.org Received: (qmail 25676 invoked by uid 99); 13 Jan 2008 10:04:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jan 2008 02:04:45 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jan 2008 10:04:33 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JDzhY-0000tg-Sv for camel-user@activemq.apache.org; Sun, 13 Jan 2008 02:04:24 -0800 Message-ID: <14784044.post@talk.nabble.com> Date: Sun, 13 Jan 2008 02:04:24 -0800 (PST) From: Tijs To: camel-user@activemq.apache.org Subject: Re: AW: XMPP send instant message In-Reply-To: <20080112094648.A0BE04DA080@nike.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: t.rademakers@chello.nl References: <14072390.post@talk.nabble.com> <14764216.post@talk.nabble.com> <20080112094648.A0BE04DA080@nike.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Hi, I just tested my example with the latest snapshot again (1.3) and it still doesn't work. The test user is online when I run this example, so that's fine. But the message arriving at test is never sent to the test2 user.=20 I would also like a tested example, or feedback that the XMPP transport is not yet fully working. Tijs Robert Thullner wrote: >=20 > Sorry, I did not find this method in the Camel XmppEndpoint source file. > Which version of Camel did you use? > Is there some guide how to send XMPP messges with camel? >=20 > Thanks > Robert > =20 >=20 > -----Urspr=C3=BCngliche Nachricht----- > Von: Kevin k [mailto:kevin.kalmbach@gmail.com]=20 > Gesendet: Freitag, 11. J=C3=A4nner 2008 21:33 > An: camel-user@activemq.apache.org > Betreff: Re: XMPP send instant message >=20 >=20 > Dont know if this helps, but > I had this problem too, looking at XmppEndpoint.java, when a packet is > received, the following code is run (inside of the processPacket method): >=20 > InOnly exchange =3D getExchangeFactory().createInOnlyExchange= (); > NormalizedMessage in =3D exchange.createMessage(); > exchange.setInMessage(in); > marshaler.toNMS(in, packet); > logger.debug("Exchange: " + exchange); > //send(exchange); >=20 > (Note that the last line send(exchange) is commented out. It looks like > this is disabled on purpose. >=20 >=20 >=20 >=20 > Tijs wrote: >=20 > -- > View this message in context: > http://www.nabble.com/XMPP-send-instant-message-tp14072390s22882p14764216= .ht > ml > Sent from the Camel - Users mailing list archive at Nabble.com. >=20 >=20 >=20 --=20 View this message in context: http://www.nabble.com/XMPP-send-instant-messa= ge-tp14072390s22882p14784044.html Sent from the Camel - Users mailing list archive at Nabble.com.