|
Data queues are a poor man's MQ series. They perform a lot faster because they do not have all the logging and commitment control built in, and they are really single platform (though they can be used remotely by another instance of IBM i, as DDM data queues). But if you don't need multi-platform, they are way simpler to implement than MQ Series. By multi-platform, I mean multiple server platforms. Data Queues can be used in a Client Server environment for communications between IBM i and a client quite effectively. I have used that capability to improve performance of Java applications that performed complex interactions with DB2 on i by having the Java client drop a request on the queue, and a NEP processing it and sending back the response. The more interactions a client has with the DB2 on i database within a single transaction, the more improvement you will see by just passing the entire transaction off to the server once and let it determine the answer. You could also d
o that with a stored procedure.
Mark Murphy
Atlas Data Systems
mmurphy@xxxxxxxxxxxxxxx
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.