Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

IBM Toolbox for Java and Data Queues

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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
    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?

    Comment


    • #3
      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.

      Comment

      Working...
      X