On 10/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

>     public void onMessageExchange(MessageExchange exchange) throws
> MessagingException {
           System.out.println("EXCHANGE: " + exchange);

>         if (exchange.getStatus() == ExchangeStatus.ACTIVE) {
>             MessageUtil.transferInToOut(exchange, exchange);
>             channel.send(exchange);
>         }

Well for starters, I highly suggest adding the call to println()
above. This will tell you if the onMessageExchange() method is even
getting the exchange.

Bruce
-- 
perl -e 'print unpack("u30","D0G)[EMAIL 
PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache ActiveMQ - http://activemq.org/
Apache ServiceMix - http://servicemix.org/
Apache Geronimo - http://geronimo.apache.org/
Castor - http://castor.org/

Reply via email to