Author |
Message
|
techno |
Posted: Wed Apr 09, 2003 10:09 pm Post subject: Default JMS Queues |
|
|
Chevalier
Joined: 22 Jan 2003 Posts: 429
|
How do I change the default JMS queues such as subscriber queues? I just have MQSeries with me. Do I need to use any tool? Or any commands? Plesae give some reference.
Shiva. |
|
Back to top |
|
 |
vennela |
Posted: Thu Apr 10, 2003 6:21 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
What are you referring to when you say default JMS queues ?
-------
Venny |
|
Back to top |
|
 |
techno |
Posted: Thu Apr 10, 2003 7:40 am Post subject: |
|
|
Chevalier
Joined: 22 Jan 2003 Posts: 429
|
SYSTEM.JMS.D.SUBSCRIBER.QUEUE
SYSTEM.JMS.ND.CC.SUBSCRIBER.QUEUE
SYSTEM.JMS.D.CC.SUBSCRIBER.QUEUE
etc.. |
|
Back to top |
|
 |
vennela |
Posted: Thu Apr 10, 2003 7:55 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
If I am not wrong when you install WAS5 or WSAD5 (I am not sure but one of those), then a QueueManager is created for you. This QueueManager also will have some queues like above, defined during installation if you install samples I guess. If you create a QMGR on your own, these queues would not be there.
They are like any other queues.
I am not sure what you are trying to do. But you can create your own queues if you want. You can use MQSeries Explorer or a command line utility "runmqsc" etc to define queues of various types.
Is that what you are trying to do or something else?
-------
Venny |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Apr 10, 2003 8:26 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Have you read the section on writing publish/subscribe applications in the JMS chapter of the Using Java manual?
Maybe you would find the answers you are looking for there? |
|
Back to top |
|
 |
|