Re: Event Gateway on BlueDragon, etc. ( was:BLACKSTONE: Software Development Times Article)

2004-08-20 Thread Sean Corfield
On Wed, 18 Aug 2004 10:52:08 -0700, Dick Applebaum [EMAIL PROTECTED] wrote: Wouldn't it be practical to use a cfmessage tag to set up a listener... something like: cfmessage mode=SetListner MessageType=queue or topic MessageName= QueueName or TopicName Component=path to CFC

Re: Event Gateway on BlueDragon, etc. ( was:BLACKSTONE: Software Development Times Article)

2004-08-20 Thread Dick Applebaum
On Aug 20, 2004, at 9:33 AM, Sean Corfield wrote: On Wed, 18 Aug 2004 10:52:08 -0700, Dick Applebaum [EMAIL PROTECTED] wrote: Wouldn't it be practical to use a cfmessage tag to set up a listener... something like: cfmessage    mode=SetListner    MessageType=queue or topic   

RE: Event Gateway on BlueDragon, etc. ( was:BLACKSTONE: Software Development Times Article)

2004-08-18 Thread Vince Bonfanti
Hi Tony, First, Matt Liotta does not represent nor speak for New Atlanta. If you have a problem with New Atlanta or BlueDragon, you should contact me; if you have a problem with Matt you should take it up with him and leave New Atlanta and BlueDragon out of it. Second, based on the information

RE: Event Gateway on BlueDragon, etc. ( was:BLACKSTONE: Software Development Times Article)

2004-08-18 Thread Alexander Sherwood
At 11:05 AM 8/18/2004, you wrote: This is good news, Vince. Thank's for the update and keeping the greater CF community in mind. Keep up the good work. -- Alex Sherwood Now that we also have the BlueDragon infrastructure in place (on both Java and .NET), adding new features can be done fairly

RE: Event Gateway on BlueDragon, etc. ( was:BLACKSTONE: Software Development Times Article)

2004-08-18 Thread Adrian Lynch
Sherwood [mailto:[EMAIL PROTECTED] Sent: 18 August 2004 16:15 To: CF-Talk Subject: RE: Event Gateway on BlueDragon, etc. ( was:BLACKSTONE: Software Development Times Article) At 11:05 AM 8/18/2004, you wrote: This is good news, Vince. Thank's for the update and keeping the greater CF community

RE: Event Gateway on BlueDragon, etc. ( was:BLACKSTONE: Software Development Times Article)

2004-08-18 Thread Vince Bonfanti
PROTECTED] Sent: Wednesday, August 18, 2004 11:43 AM To: CF-Talk Subject: RE: Event Gateway on BlueDragon, etc. ( was:BLACKSTONE: Software Development Times Article) Hey Vince, I don't suppose you have a list or a link to a bunch of BD hosting companies? I would have emailed you

Re: Event Gateway on BlueDragon, etc. ( was:BLACKSTONE: Software Development Times Article)

2004-08-18 Thread Dick Applebaum
On Aug 18, 2004, at 8:05 AM, Vince Bonfanti wrote: Second, based on the information that's available publicly so far, there's nothing to technically prevent us from implementing an event gateway in BlueDragon, if we choose to do so. Indeed, we've already got a working prototype of a CFMESSAGE

Re: Event Gateway on BlueDragon, etc. ( was:BLACKSTONE: Software Development Times Article)

2004-08-18 Thread Damien McKenna
On Aug 18, 2004, at 11:05 AM, Vince Bonfanti wrote: Now that we also have the BlueDragon infrastructure in place (on both Java and .NET), adding new features can be done fairly rapidly. Let the good times roll! -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company -

RE: Event Gateway on BlueDragon, etc. ( was:BLACKSTONE: Software Development Times Article)

2004-08-18 Thread Vince Bonfanti
] Sent: Wednesday, August 18, 2004 12:34 PM To: CF-Talk Subject: Re: Event Gateway on BlueDragon, etc. ( was:BLACKSTONE: Software Development Times Article) On Aug 18, 2004, at 8:05 AM, Vince Bonfanti wrote: Second, based on the information that's available publicly so far, there's

RE: Event Gateway on BlueDragon, etc. ( was:BLACKSTONE: Software Development Times Article)

2004-08-18 Thread Matt Liotta
3) your thoughts on the tradeoffs of a cfmessage tag vs an event gateway One major tradeoff is the ability for CFML to be invoked based on a message. With a cfmessage tag you still need the CFM or CFC making use of it to execute. An event gateway or something of similar design would invoke CFML

Re: Event Gateway on BlueDragon, etc. ( was:BLACKSTONE: Software Development Times Article)

2004-08-18 Thread Dick Applebaum
and see after it's delivered and respond appropriately. Vince From: Dick Applebaum [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 12:34 PM To: CF-Talk Subject: Re: Event Gateway on BlueDragon, etc. ( was:BLACKSTONE: Software Development Times Article

Re: Event Gateway on BlueDragon, etc. ( was:BLACKSTONE: Software Development Times Article)

2004-08-18 Thread Dick Applebaum
I am new to JMS, so be gentle :) Wouldn't it be practical to use a cfmessage tag to set up a listener... something like: cfmessage mode=SetListner MessageType=queue or topic MessageName= QueueName or TopicName Component=path to CFC Method=Function to invoke / Couldn't this be used to

RE: Event Gateway on BlueDragon, etc. ( was:BLACKSTONE: Software Development Times Article)

2004-08-18 Thread Matt Liotta
: Event Gateway on BlueDragon, etc. ( was:BLACKSTONE: Software Development Times Article) I am new to JMS, so be gentle :) Wouldn't it be practical to use a cfmessage tag to set up a listener... something like: cfmessage mode=SetListner MessageType=queue or topic MessageName= QueueName

Re: Event Gateway on BlueDragon, etc. ( was:BLACKSTONE: Software Development Times Article)

2004-08-18 Thread Dick Applebaum
] [mailto:[EMAIL PROTECTED] On Behalf Of Dick Applebaum Sent: Wednesday, August 18, 2004 1:52 PM To: CF-Talk Subject: Re: Event Gateway on BlueDragon, etc. ( was:BLACKSTONE: Software Development Times Article) I am new to JMS, so be gentle :) Wouldn't it be practical to use a cfmessage tag