|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
how would we go about requesting a new queue to be availabl? |
« View previous topic :: View next topic » |
Author |
Message
|
sathishv |
Posted: Tue May 26, 2015 10:42 am Post subject: how would we go about requesting a new queue to be availabl? |
|
|
Newbie
Joined: 26 May 2015 Posts: 1
|
Just curious, couple of questions.
If we had a design that would take advantage of a Messaging Broker such as MQ how would we go about requesting a new queue to be available?
If we wanted the queue to be backed by a persistent data store is that a possibility? |
|
Back to top |
|
 |
Vitor |
Posted: Tue May 26, 2015 10:56 am Post subject: Re: how would we go about requesting a new queue to be avail |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
sathishv wrote: |
If we had a design that would take advantage of a Messaging Broker such as MQ how would we go about requesting a new queue to be available? |
You'd ask the people responsible for administering the MQ software to create one for you.
(Side note: when referring to MQ, especially on this forum, don't call it a "broker". I think I know what you're getting at but IBM make another product called "Message Broker" and there may be confusion)
sathishv wrote: |
If we wanted the queue to be backed by a persistent data store is that a possibility? |
The queue is is a persistent data store, if properly configured. If you mean:
Quote: |
can we host the queue in a database? |
then the short answer is "No", and the slightly longer answer is "why would you want to & what about a database makes it more persistent than queue storage"
You also shouldn't use a messaging engine as a database, by which I mean store messages for extended periods (like hours) then retrieve them. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
gbaddeley |
Posted: Wed May 27, 2015 5:40 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
Quote: |
The queue is is a persistent data store, if properly configured. |
and Persistent messages are put to it. The DEFPSIST attribute may or may not come into play, depending on how the putting app is coded. _________________ Glenn |
|
Back to top |
|
 |
belchman |
Posted: Thu May 28, 2015 12:39 pm Post subject: |
|
|
Partisan
Joined: 31 Mar 2006 Posts: 386 Location: Ohio, USA
|
 _________________ Make three correct guesses consecutively and you will establish a reputation as an expert. ~ Laurence J. Peter |
|
Back to top |
|
 |
gbaddeley |
Posted: Thu May 28, 2015 12:56 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
Also, a queue is persistent in the sense that once defined, it will continue to exist until it is deleted. Note that Dynamic queues are defined and deleted under app control. _________________ Glenn |
|
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
|
|
|
|