« Return to Thread: FluorineFx service - only RTMP ?

Odp: Re: FluorineFx service - only RTMP ?

by Beniamin Dziurdza :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View in Thread


Can I use mx.messaging.channels.AMFChannel ?  


How service-config.xml should look like? Is the following config correct?

<?xml version="1.0" encoding="utf-8" ?>
<services-config>
  <services>
    <service id="remoting-service" class="flex.messaging.services.RemotingService" messageTypes="flex.messaging.messages.RemotingMessage">
      <adapters>
        <adapter-definition id="dotnet" class="FluorineFx.Remoting.RemotingAdapter" default="true"/>
      </adapters>
      <destination id="mydestination">
        <adapter ref="dotnet"/>
        <channels>
          <channel ref="my-amf"/>
        </channels>
        <properties>
          <source>MyServiceLibrary.Sample</source>
          <scope>request</scope>
        </properties>
      </destination>
    </service>
  </services>
       
    <channels>                
        <channel-definition id="my-amf" class="mx.messaging.channels.AMFChannel">
            <endpoint uri="???://localhost:2704" class="flex.messaging.endpoints.AMFEndpoint"/>
        </channel-definition>

    </channels>
</services-config>

(Uri is hard-coded for simplicity). How the endpoint uri should be specified for fluorinefx service?

Is there any example of air app with fluorinefx service using non-RTMP channel?


Regards,
Beniamin



"Support" <support@...>
Wysłane przez: fluorine-bounces@...

2009-04-21 22:02
Odpowiedz użytkownikowi
Fluorine Mailing List <fluorine@...>

Do
"'Fluorine Mailing List'" <fluorine@...>
DW
Temat
Re: [Fluorine] FluorineFx service - only RTMP ?





Hi Beniamin,
 
Do you mean a channel for messaging?
You can use a polling AMF channel or a streaming AMF channel (streaming amf channel available only in the latest SVN version)
 
Zoli


From: fluorine-bounces@... [mailto:fluorine-bounces@...] On Behalf Of Beniamin Dziurdza
Sent:
Tuesday, April 21, 2009 5:21 PM
To:
fluorine@...
Subject:
[Fluorine] FluorineFx service - only RTMP ?



Is it possible to use a channel class other than flex.messaging.endpoints.RTMPEndpoint with FluorineFX service?

(any free channel class)



Regards,

Beniamin
_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com


_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com

 « Return to Thread: FluorineFx service - only RTMP ?