Re: [flexcoders] Multiple Instances of CF / FDS and messaging broken?

2007-02-23 Thread Niklas Richardson
Hi Joao, Thanks for the pointer. With another pointer from Tom, and testing your suggestion, it appears that it's just the destination that you need to change. My guess is that, eventhough you have multiple FDS's running, the destinations must be registered in some server wide registry.

Re: [flexcoders] Multiple Instances of CF / FDS and messaging broken?

2007-02-23 Thread João Fernandes
Glad I could help, Yes, they are registered in a central location using RMI to register each destination. Regards, João Fernandes

RE: [flexcoders] Multiple Instances of CF / FDS and messaging broken?

2007-02-23 Thread jason.proulx
: February 23, 2007 10:12 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Multiple Instances of CF / FDS and messaging broken? Hi Joao, Thanks for the pointer. With another pointer from Tom, and testing your suggestion, it appears that it's just the destination that you need

Re: [flexcoders] Multiple Instances of CF / FDS and messaging broken?

2007-02-23 Thread Niklas Richardson
? *Jay Proulx* [EMAIL PROTECTED] -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Niklas Richardson *Sent:* February 23, 2007 10:12 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Multiple Instances of CF / FDS

Re: [flexcoders] Multiple Instances of CF / FDS and messaging broken?

2007-02-23 Thread Niklas Richardson
Of *Niklas Richardson *Sent:* February 23, 2007 10:12 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Multiple Instances of CF / FDS and messaging broken? Hi Joao, Thanks for the pointer. With another pointer from Tom, and testing your suggestion, it appears that it's just

[flexcoders] Multiple Instances of CF / FDS and messaging broken?

2007-02-22 Thread Niklas Richardson
Hi everyone, I've run into a problem which I think has to do with clashing RTMP ports. I'm totally stumped and need urgent assistance! :-S This is the setup: - JRun with two instances: cfusion and cfusion-testing - Both instances contain an instance of FDS - Updated the services-config.xml in

Re: [flexcoders] Multiple Instances of CF / FDS and messaging broken?

2007-02-22 Thread João Fernandes
Niklas, do the event gateways in cfusion and cfusion-testing have the same name? João Fernandes

Re: [flexcoders] Multiple Instances of CF / FDS and messaging broken?

2007-02-22 Thread Niklas Richardson
Hi Joao, Yes they do. However, surely if they're on different instances that doesn't matter? Cheers Niklas On 2/22/07, João Fernandes [EMAIL PROTECTED] wrote: Niklas, do the event gateways in cfusion and cfusion-testing have the same name? João Fernandes -- Niklas Richardson

Re: [flexcoders] Multiple Instances of CF / FDS and messaging broken?

2007-02-22 Thread João Fernandes
It's something that I already spoke with Tom J. Can you try to create different names for the EG instance and if it doesn't work, try to use different destinationNames? João Fernandes

Re: [flexcoders] Multiple Instances of CF / FDS and messaging broken?

2007-02-22 Thread Niklas Richardson
Hi Joao, Okay, I'll give it a whirl tomorrow. One thought I had was that how does the ColdFusion FlexMessaging Event Gateway know which FDS instance to communicate with? There doesn't seem to be any configuration anywhere for that. Could that be the problem as well? Thanks for the help.