+ Reply to Thread
Results 1 to 3 of 3

Thread: IBM Toolbox for Java and Data Queues

  1. #1

    Default IBM Toolbox for Java and Data Queues

    ** This thread discusses the article: IBM Toolbox for Java and Data Queues **
    ** This thread discusses the Content article: IBM Toolbox for Java and Data Queues **
    0

  2. #2
    Guest.Visitor Guest

    Default IBM Toolbox for Java and Data Queues

    ** This thread discusses the article: IBM Toolbox for Java and Data Queues **
    Where is the "server's main data queue"? Don't I need a library and queue name to connect to it?

  3. #3

    Default IBM Toolbox for Java and Data Queues

    ** This thread discusses the article: IBM Toolbox for Java and Data Queues **
    The main data queue would have to be hard coded into the client. All clients would initially connect to the same main data queue on the server. To do this each client would have a KeyedDataQueue object that points to the hard coded library and data queue name. Once an Open-Session-Request was sent to the main data queue from the client the server would return an Open-Session-Response. The Open-Session-Response would end up returning the data-queue-communication-object. The data-queue-communication-object would end up consisting of the library where the data queue resides for that single client to connect to so that other messages could be sent.

+ Reply to Thread

Similar Threads

  1. IBM Toolbox for Java
    By michaelsoucy@netzero.net in forum Java
    Replies: 1
    Last Post: 03-15-2004, 05:45 PM
  2. Replies: 1
    Last Post: 12-04-2002, 12:08 PM
  3. Message Q's and Java Toolbox
    By Guest.Visitor in forum Java
    Replies: 0
    Last Post: 07-03-2002, 12:45 PM
  4. AS/400 Java Toolbox
    By Guest.Visitor in forum Programming
    Replies: 11
    Last Post: 04-06-2000, 07:18 PM
  5. AS/400 Java Toolbox, where is it?
    By Guest.Visitor in forum Programming
    Replies: 7
    Last Post: 06-13-1998, 10:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts