Author |
Message
|
Monk |
Posted: Mon Mar 09, 2009 1:50 am Post subject: How to use MQ? |
|
|
 Master
Joined: 21 Apr 2007 Posts: 282
|
Hi All,
I am looking for resources on "How to use MQ" for the banking sector.
For e.g, How would I go about using MQ in a banking scenario?
Where can i find documents related to banks that use MQ and how they use it.
Any documents or links from the expert MQ community here would be much appreciated.
Thanks. _________________ Thimk |
|
Back to top |
|
 |
zpat |
Posted: Mon Mar 09, 2009 3:21 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Not sure why banking is any different to any other use of MQ.
Areas of interest to any vital application include message persistence, transactional integrity (e.g. 2 phase commit), security and error handling. |
|
Back to top |
|
 |
Vitor |
Posted: Mon Mar 09, 2009 3:48 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
zpat wrote: |
Areas of interest to any vital application include message persistence, transactional integrity (e.g. 2 phase commit), security and error handling. |
Also possibly tuning as some financial activities are time sensitive. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
hankknowles |
Posted: Mon Mar 09, 2009 4:13 am Post subject: MQ in Banking |
|
|
 Centurion
Joined: 18 Aug 2003 Posts: 114
|
I do not have any specific information but you could try your IBM marketing rep as there was a bank featured by IBM that was implementing MQ throughout their enterprise! And it seemed very informative! |
|
Back to top |
|
 |
Sam Uppu |
Posted: Mon Mar 09, 2009 8:06 am Post subject: Re: How to use MQ? |
|
|
 Yatiri
Joined: 11 Nov 2008 Posts: 610
|
Monk wrote: |
Hi All,
I am looking for resources on "How to use MQ" for the banking sector.
For e.g, How would I go about using MQ in a banking scenario?
Where can i find documents related to banks that use MQ and how they use it.
Any documents or links from the expert MQ community here would be much appreciated.
Thanks. |
1. Security
2. Clustering for high availability and failover
3. If the msg delivery needs to be too fast, try to use non persistent msgs if possible.
4. Try use Binding mode if the app and MQ server are on the same physical server.
5. Use the maxmsglength of the queues approximate to the actual message size.
6. If you need higher through put, you can use DefaultQBuffer sise parameter in the qm.ini file..check this site for tuning MQ for higher through put...http://www.ibm.com/developerworks/websphere/library/techarticles/0712_dunn/0712_dunn.html
I am sharing what I know. I hope this will be helpful.
Thanks. |
|
Back to top |
|
 |
Monk |
Posted: Mon Mar 09, 2009 9:27 pm Post subject: |
|
|
 Master
Joined: 21 Apr 2007 Posts: 282
|
Thanks everyone for your input. _________________ Thimk |
|
Back to top |
|
 |
Pavan Kumar PNV |
Posted: Wed Mar 18, 2009 5:08 am Post subject: |
|
|
 Acolyte
Joined: 03 Feb 2007 Posts: 66
|
In my opinion, there should be a strong focus on the following when deploying MQ at a financial services organisation:
1. Security - Use SSL and OAM apart from exits that allow access from specfic IPs or hostnames
2. Time Sensitivity - Use message expiry attribute, consider non-persistent messages(if this is the case you could try WMQ LLM (low on security though))
3. Availability & load managment - Use MQ clustering & HACMP _________________ _____________
Pavan Pendyala
http://pavanz.blogspot.com |
|
Back to top |
|
 |
Pavan Kumar PNV |
Posted: Wed Mar 18, 2009 5:10 am Post subject: |
|
|
 Acolyte
Joined: 03 Feb 2007 Posts: 66
|
Also, auditing & strict monitoring are among others that should be focussed upon. _________________ _____________
Pavan Pendyala
http://pavanz.blogspot.com |
|
Back to top |
|
 |
jhidalgo |
Posted: Wed Mar 18, 2009 8:23 am Post subject: |
|
|
 Disciple
Joined: 26 Mar 2008 Posts: 161
|
my 2 cents:
Growth policies: when to create new qmgrs ?, what makes you use more than 1 qmgr, what LOB owns the resources
Recovery procedures: how to minimize the "time to resolve" for the different incidents you may have |
|
Back to top |
|
 |
|