RE: onMessage()

2000-12-09 Thread TH Lim
at 9:50 AM Luong, Tony S322 wrote: try use setMessageListener on the QueueSession instead of the QueueReceive. -Original Message- From:TH Lim [SMTP:[EMAIL PROTECTED]] Sent:Monday, December 04, 2000 10:54 PM To: Orion-Interest Subject: onMessage() Hi

onMessage()

2000-12-04 Thread TH Lim
Hi! I'm testing Orion 1.4 JMS coffeemaker demo. The demo runs fine. I modified it to use onMessage() instead of pooling using QueueReceiver.receive() method. This however, renders this demo useless. onMessage() is not triggered. It is my logic fault or Orion doesn't support onMessage() trigger?

how to capture stdout ?

2000-10-08 Thread TH Lim
Hi! Is there a setting in Orion server where allows me to capture System.out.println() and System.err.println() in a file? If so, how do set it? thank you /lim/