SOT: JMS provider in anticipation of Blackstone

2004-08-15 Thread Dick Applebaum
Info published on Blackstone, and especially Sean Corfield's blog, seem to indicate that one way to invoke CFCs will be the event gateway and Java Messaging Services.I'd like to get up to speed on JMS, in anticipation of using this feature when Blackstone arrives. Anybody running JRun JMS or

Re: SOT: JMS provider in anticipation of Blackstone

2004-08-15 Thread Sean Corfield
On Sun, 15 Aug 2004 11:21:41 -0700, Dick Applebaum [EMAIL PROTECTED] wrote: JRun comes with a built-in JMS provider, but the docs are the pits -- not even enough info to compile (where to find the javax.jms classes) Hmm, I built my JMS event gateway using nothing but the JRun docs - it even had

Re: SOT: JMS provider in anticipation of Blackstone

2004-08-15 Thread Dick Applebaum
On Aug 15, 2004, at 7:47 PM, Sean Corfield wrote: On Sun, 15 Aug 2004 11:21:41 -0700, Dick Applebaum [EMAIL PROTECTED] wrote: JRun comes with a built-in JMS provider, but the docs are the pits -- not even enough info to compile (where to find the javax.jms classes) Hmm, I built my JMS

Re: SOT: JMS provider in anticipation of Blackstone

2004-08-15 Thread Sean Corfield
On Sun, 15 Aug 2004 20:33:10 -0700, Dick Applebaum [EMAIL PROTECTED] wrote: I tried the JRuncode example you mentioned in your blog -- seemed straight-forward, enough, but Java couldn't find the javax.jms class Because it's in the JRun library jrun.jar... Jrun docs didn't mention this.so I

Re: SOT: JMS provider in anticipation of Blackstone

2004-08-15 Thread Dick Applebaum
On Aug 15, 2004, at 9:10 PM, Sean Corfield wrote: So, I realized that the location of the jms classes is dependent on the implementor of jms not part of the standard Java package. -- Seems odd to a Java newbie. I meant it seems odd that Java (Sun) did not provide the JMS classes -- rather