Posted By:
Andreas_Mueller
Posted On:
Tuesday, February 17, 2004 08:53 AM
Actually you only need to write a Swiftlet if you need to access internal router entities such as other Swiftlets or the management tree. The Swiftlet API is intended to write Extension Swiftlets to extend the router (like the example Swiftlets do).
If you only operate on queues then there is no reason why you should use our internal APIs. Just use JMS and intraVM connections as you've mentioned above.