For AIR applications you will hardcode the endpoint uri (or
alternatively configure it in the AIR application)
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
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