So I did finally figure out why things were not going my way... I needed to
use MINA and I needed to add the camel-mina jar and then all of the mina
jars in to the classpath... which I did and then it started kind of working
I could see things drop in the topics:CHAT.DEMO Messages Enqueued. I was a
bit frustrated but then I figured out that I may not be passing messages
that are in proper STOMP format and that is why they were not being picked
up by my AIR Chat App. I then put the message in the correct format...
<message type='chat' from='foo'>bar</message>. It was so glorious! It
actually went through from a UDP socket in to my fancy dancy AIR App!!!! I
will not bog down this mail list with the rest of my progress but I may
actually post a link to my blog when I add in filtering and other
fanciness... And it is 5 o'clock on Friday! Woo Hoo!!! Have a great weekend
everybody!
Kyle
redyeti_t8 wrote:
>
> Hello,
>
> I am new to activeMQ. I was able to set up a Flex/Flash chat client using
> stomp and now I need to be able to forward in messages sent over UDP port
> 3333 in to my /topic/CHAT.DEMO queue so I can pick them up with an
> application that is connected to it. I have been digging around for a
> couple days and it looks like I SHOULD be able to do this with the correct
> activemq.xml and camel.xml settings. I have also tried using a TCP
> connection thinking I could find more examples of that. I have had no
> luck and deadlines are fast approaching. I would appreciate any pointers
> or links to examples!
>
> Thanks,
>
> --
> Kyle J Clinton
> Applications Engineer
> T8Webware
>
--
View this message in context: http://old.nabble.com/forwarding-from-UDP-connection-to-stomp-in-activeMQ-5.3.2-tp29248955p29249886.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
|