Hi All,
 
I'm going nuts trying to just send and recieve a simple message and I'm sure
that the problem is with the messaging-config.xml file.  I am trying to
simply send a string from a producer to a consumer.  However the app keeps
telling me 'No destination with id 'chat' is registered with any service.'
In the messaging-config.xml file I've added the destination : -
 
<destination id='chat'>
    
    <properties>
        <network>
            <session-timeout>0</session-timeout>
        </network>
        <server>
            <max-cache-size>0</max-cache-size>
            <message-time-to-live>0</message-time-to-live>
            <durable>false</durable>
        </server>
    </properties>
 
    <channels>
        <channel ref="cf-polling-amf"/>
    </channels>
 
</destination>
 
I've rebooted the server just in case it only reads the config at start-up
(which I doubt, but I'm now pulling my hair out about) I can't work out what
I'm doing wrong.
 
Thanks in advance
 
Tim

Reply via email to