The Spring/BlazeDS documentation is not clear on what happens if you just put
<flex:secured />
Within the <flex:message-broker>
stanza. That is, do not put any of these in there:
<flex:secured-channel channel="my-amf" />
What happens? Will all channels be secured by default? or no channels?
Piggyback question: Even if you put in the <flex:secured-channel>
tag, can you reference application-level channels, or just the service-level channels? or both?