× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.




Hi David,

First,

message queue's are not what I would think of when someone mentions
transferring bulk data between processes.

I agree. I also wouldn't think of data queues, web services,
communications, or many other forms of IPC for bulk data, although maybe our
defintions differ. .

I'm curious as to why you used message queue's instead of data queue's?

We had some things that were critical to our client's revenue stream,
and reliablity and low maintenance with as little interruption as possible
were major considerations. After looking at the force to disk and memory
reclamation options, our conclusion was that message queues wouldn't be much
slower than data queues and offered some attractive features like message
wrap and a standard user interface. That meant we could track operations
and even manually send messages for graceful shutdown or program behavior
changes.

A supervisor program retrieves/sends messages and invokes the
appropriate class to handle the operations requested by the message.

One could do the same with data queues, but it would take more
programming. We've been happy with our choice and no client complaints.


Joe Sam

Joe Sam Shirah - http://www.conceptgo.com
conceptGO - Consulting/Development/Outsourcing
Java Filter Forum: http://www.ibm.com/developerworks/java/
Just the JDBC FAQs: http://www.jguru.com/faq/JDBC
Going International? http://www.jguru.com/faq/I18N
Que Java400? http://www.jguru.com/faq/Java400

----- Original Message ----- From: "David Gibbs" <david@xxxxxxxxxxxx>
To: "Java Programming on and around the IBM i" <java400-l@xxxxxxxxxxxx>
Sent: Wednesday, January 19, 2011 2:15 PM
Subject: Re: Java class return data to calling CL program


Joe Sam Shirah wrote:
No theory to it. I've used message queues since 2000.

I'm curious as to why you used message queue's instead of data queue's?

What advantage do they have over data queue's?

I said "In theory" only because it's message queue's are not what I would
think of when someone mentions transferring bulk data between processes.

david

--
IBM i on Power Systems - For when you can't afford to be out of business
--
This is the Java Programming on and around the IBM i (JAVA400-L) mailing
list
To post a message email: JAVA400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/java400-l
or email: JAVA400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/java400-l.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.