Re: Making amf calls from java instead of flash
Troy Gardner <[email protected]>
| Newsgroups | gmane.comp.java.openamf.user |
|---|---|
| Message-ID | <[email protected]> |
AMF *IS* HTTP. XMLSockets are available in Flash, which allows you to push without the ability to use AMF. FlashCom is based off of RMTP so you can subscribe/notify using AMF, as far as I know there's no open source standard for this. > > That is a Flash Object. I am looking to make an amf call from java > > code. I just need to know the structure of the binary format so I can > > build a DataInputStream correctly. Since AMF is based is just HTTP traffic, it's possible to use another load testing tool. Take a look at the DevNet on Macromedia.com, they show how something named Seque or Silk or something supports AMF packets. So you record test cases, traffic, punch holes in it, randomly fill them with data, when and how it's played back and what parts repeat. eg. I hit record and gets a recording like: "Login UserId=151, Check Mail, Delete Folder ID=15, Move Messages 2,3,5-Folder 23, Loggoff UserID=151" every number is something you can pull from a test db, move and check mail could be looped, etc. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click