The process will run the simple Java component, put a message onto an MQ queue, then write to a flat file. 这个流程将运行一个简单的Java组件,将一条消息放到一个MQ队列中,然后将它写入一个平面文件中。
Data queue read / write operations can be specified by a SOAP message, which in turn can be materialized on an iSeries machine using data queue APIs provided by JTOpen. 数据队列的读/写操作可以通过一条消息表示,它将通过JTOpen提供的应用程序接口(API)在iSeries上实现。
Once you have a queue, you can write a message to it. 有了队列之后,您可以向其写入一条消息。
When the first user with write access releases the file, the top-most user from the queue is then given the write mode access. 当第一个以写模式访问的用户释放文件后,队列顶部的用户就能以写模式访问。
We designed a separate queue in which to place the write request of each user using the order in which they requested the object and enabling the system to process the request accordingly. 我们设计了一个单独队列,根据请求对象的顺序来放置每个用户的写请求,并允许系统处理对应请求。