| Author |
Message
|
| franck.pegourdie |
Posted: Thu Oct 10, 2002 7:38 am Post subject: using queue model |
|
|
Newbie
Joined: 10 Oct 2002 Posts: 4 Location: france
|
Ca we use queue model between two queue manager??
And if we can, how???
Can we define channel with queue model ? |
|
| Back to top |
|
 |
| clindsey |
Posted: Thu Oct 10, 2002 8:43 am Post subject: |
|
|
Knight
Joined: 12 Jul 2002 Posts: 586 Location: Dallas, Tx
|
I am not sure I totally understand your question.
A model queue is simply a template that is used to derive attributes when programatically creating a dynamic queue.
So are you really asking about dynamic queues?
Dynamic queues can be used the same as static queues in communicating across queue managers.
Charlie |
|
| Back to top |
|
 |
| franck.pegourdie |
Posted: Thu Oct 10, 2002 9:03 am Post subject: |
|
|
Newbie
Joined: 10 Oct 2002 Posts: 4 Location: france
|
| Ok, but when you define a channel between two queue manager you must specify on the sender channel the xmit queue, so is it possible to specify a dynalix queue as the xmitq?? |
|
| Back to top |
|
 |
| clindsey |
Posted: Thu Oct 10, 2002 9:58 am Post subject: |
|
|
Knight
Joined: 12 Jul 2002 Posts: 586 Location: Dallas, Tx
|
No, an xmitq should be a static queue.
Dynamic queues are temporary objects and usually only exist for the scope of the process that creates them. A common use, for example is a reply-to-queue. You create a dynamic reply-to-queue and send a request to a process giving it the name of your reply-to-queue. Then you read your reply from the reply-to-queue. When you close this queue, it is generally removed.
You don't want this temporary behavior for an xmitq.
Charlie |
|
| Back to top |
|
 |
|
|