Expand my Community achievements bar.

aglosband
aglosband
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi Adrian, Have a look at the MessageSelectors section of the j2eejavadoc for javax.jms.Message to see what you can do with JMSselector expressions. http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/jms/Message.htmlI don't believe there is a way to check the contents of anarray but might be some i...

    Type

    Discussions

    Views

    365

    Likes

    0

    Replies

    0
  • Hi. The invoke method is called by the flex messaging system(I believe by the message broker) when a message is received from aflex client. This is where I think you would call into your backendmessaging service. You would then need to have a method setup toreceive the async callbacks from your mess...

    Type

    Discussions

    Views

    751

    Likes

    0

    Replies

    0
  • I think this section of the livedocs has what you are lookingfor: http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001182.htmlHope that helps.

    Type

    Discussions

    Views

    751

    Likes

    0

    Replies

    1
  • Hi Kevin, I haven't tried to replicate this yet as we don't have asystem with WebSphere 6 and Tibco configured currently. I'm goingto go ahead and get one set up but in the meantime could you trytwo things for me? 1. Can you try adding -Dtrace.rtmp and -Dtrace.message to thejvm arguments before star...

    Type

    Discussions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • I think you should use JMS to do this rather than themessaging implementation in FDS. Using JMS, you would just create aJMS client that was both a consumer and a producer. The JMS clientwould use the same topic that your destination was configured touse in Flex. It may be possible to do it with the ...

    Type

    Discussions

    Views

    398

    Likes

    0

    Replies

    0
  • Not sure what your the data you are using looks like, but itsoulds like in the fill method to your Data Management Service youcould pass the share name. Then when updates are made users willonly get data associated with their share. Does that help you? Also, if you are using messaging and not the da...

    Type

    Discussions

    Views

    251

    Likes

    0

    Replies

    0
  • Hi. What does your code look like where you handle the resultfrom the web service? Do you have a result handler, ie.PriceGetHandler(event), or are you trying to databind to theresult?

    Type

    Discussions

    Views

    655

    Likes

    0

    Replies

    1
  • Right. It's not recommended that you load 10,000 rows intothe datagrid at once. Using the data management service with pagingenabled is a much better solution. See the Configuring the DataManagement Service chapter in the Flex2 Developer's Guide for moreinfo.

    Type

    Discussions

    Views

    365

    Likes

    0

    Replies

    0
  • Here are a few tutorials: http://www.devshed.com/c/a/PHP/Rich-Internet-Applications-Introduction-to-Adobe-Flex-and-PHP/http://www.adobe.com/devnet/flex/articles/flex2_php.htmlhttp://www.adobe.com/devnet/flex/articles/flex2_amfphp.html

    Type

    Discussions

    Views

    402

    Likes

    0

    Replies

    0
  • What happens if you have a java client subscribed to thetopic? When you send the message from Flex does the java client getthe message? That might be something to try. In the meantime I'llask if those errors look familiar to anyone here.

    Type

    Discussions

    Views

    1.1K

    Likes

    0

    Replies

    0
Top badges earned by aglosband
Customize the badges you want to showcase on your profile