Dear kosal

I m afraid to say... but i do not want to use weborb as its licensed...nor
want to use fluorinefx.. just simply flex code to get data from the
specified queue...

Thankx & Regards



On Wed, Feb 17, 2010 at 12:49 PM, kosal bhati <kosal01bh...@gmail.com>wrote:

> *import *weborb.messaging.WeborbConsumer*;
> import *mx.messaging.events.MessageEvent*;* [*Bindable*]*
> private var *car:Car;*
> private var *consumer:WeborbConsumer;*
>
> public** function* doConnect():*void*
> {
>   consumer = *new* WeborbConsumer();
>   consumer.destination = *"mqtoflex"*;
>   consumer.addEventListener( MessageEvent.MESSAGE, receivedMessage );
>   consumer.subscribe();
> }
>
>
> see this.....might help u...........
>
> --
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" group.
> To post to this group, send email to flex_in...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com<flex_india%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_in...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to