2008/4/28 Martin Gilday <[EMAIL PROTECTED]>: > I've just tried your suggestion but there is no setPattern method on > exchange. I'm using 1.4.
There's a setExchangePattern method on the DefaultEndpoint implementation. So you should be able to do something like... "jms:SomeQueue?exchangePattern=InOnly" on the URL I think -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://open.iona.com
