|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
a few questions on MQSeries |
« View previous topic :: View next topic » |
Author |
Message
|
vtle |
Posted: Thu Oct 11, 2001 4:04 am Post subject: |
|
|
Newbie
Joined: 10 Oct 2001 Posts: 1
|
Hi all,
I'm very new to MQSeries, having read through some documentation, now i have a few questions that i couldnt find the answers in those docs. I would really appreciate if anyone can help me out.
Questions:
1. Can I dynamically create a channel in client connection mode? If so, how?
2. Can I dynamically create a new queue? If so, how?
3. Is signalling supported for MQSeries Java?
cheers,
|
|
Back to top |
|
 |
EddieA |
Posted: Thu Oct 11, 2001 8:22 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
1). Yes. You need to specify CHAD(ENABLED) for the Queue Manager. Then, when a connection request is made with a Channel that doesn't exist, the Queue Manager will generate one. You can also specify a CHADEXIT if you want to be able to control this for security.
2). Yes. The 5th paramater on the MQQueue constructor is the name you want for a dynamic queue, plus you must use the name of a Model queue as the 'normal' Queue name. Just remeber to think about when you want this queue to be 'deleted'. Close time, or manually some time later.
3). I'm not too sure what you mean here. Perhaps someone else can answer.
Cheers.
_________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|