Author |
Message |
Topic: WMQ Start Up Script |
Chandra Mohan
Replies: 6 Views: 4202
|
Forum: General IBM MQ Support Posted: Thu Mar 20, 2014 8:11 pm Subject: WMQ Start Up Script |
How will this script differ from the supplied endmqm control command?
Following links will give you insight about it.
http://www-01.ibm.com/support/docview.wss?uid=swg21259556
http://www-01.ibm ... |
Topic: WMQ Start Up Script |
Chandra Mohan
Replies: 6 Views: 4202
|
Forum: General IBM MQ Support Posted: Thu Mar 20, 2014 2:27 am Subject: WMQ Start Up Script |
HI Guys,
I am planning to write a start & stop script and going to consider following points:
TO End QMGR i will validate following conditions to say QMGR is stop.
- All process shud stop ... |
Topic: Alter SYSTEM Default object |
Chandra Mohan
Replies: 5 Views: 3226
|
Forum: General IBM MQ Support Posted: Wed Nov 16, 2011 8:26 am Subject: Alter SYSTEM Default object |
Hey Guys,
IF we alter SYSTEM.DEFAULT.* object of a QM, Do we need to restart the QM to make change effective.
Lets take an example If we alter maxdepth of SYSTEM.DEFAULT.LOCAL.QUEUE moment after ... |
Topic: User connect to QM ?? |
Chandra Mohan
Replies: 8 Views: 6714
|
Forum: IBM MQ Security Posted: Fri Sep 30, 2011 2:38 pm Subject: User connect to QM ?? |
Guys,
I have tried every possible option for dmpmqaut / dspmaqut . Doesn't work out, Could you please suggest me the way to identify users who can connect to QM.
Thanks in advance. |
Topic: User connect to QM ?? |
Chandra Mohan
Replies: 8 Views: 6714
|
Forum: IBM MQ Security Posted: Mon Sep 26, 2011 2:52 pm Subject: User connect to QM ?? |
Thanks for reply Jed..
# dspmqaut -m QMname -t object -n objname +g group +p principal
# amqoand -m QMname -t object -n objectname -s > file.txt
In above commands I should know users name. M ... |
Topic: User connect to QM ?? |
Chandra Mohan
Replies: 8 Views: 6714
|
Forum: IBM MQ Security Posted: Mon Sep 26, 2011 1:41 pm Subject: User connect to QM ?? |
Hey Guys,
Could you let me know the easiest way to find out users who has a permission to connect to QM.
Will it be achieveable viq amqoamd or dspmqaut command or do we need to right a script or ... |
Topic: SSL Verification |
Chandra Mohan
Replies: 2 Views: 3492
|
Forum: IBM MQ Security Posted: Wed Sep 14, 2011 10:57 am Subject: SSL Verification |
Hey Guys, Can any one of you throw some light on verification methord whether SSL is actually working or not.
Scenario:- I have two QM in cluster and implemented SSL on both QM. IN what candition I c ... |
Topic: Update .env file |
Chandra Mohan
Replies: 2 Views: 2381
|
Forum: General IBM MQ Support Posted: Mon Jun 13, 2011 10:49 pm Subject: Update .env file |
Hey Guys,
Curious to know can we update .env file manually or it should be get updated automatically.
QMGR="TEST.MQ"; export QMGR
QMGRDIR="TEST!MQ"; export QMGR ... |
Topic: Facing issue to install fix pack on windows |
Chandra Mohan
Replies: 3 Views: 3627
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jun 16, 2010 5:00 am Subject: Facing issue to install fix pack on windows |
Hey Guys,
I am facing issue while installing fix pack 6.0.2.9 on Windows 2003 with silent install.
It said Successfuly installed fix pack when i have tried to verified with
#dspmqver it show ... |
Topic: Delay in message delivery |
Chandra Mohan
Replies: 7 Views: 4658
|
Forum: General IBM MQ Support Posted: Thu Oct 08, 2009 2:41 am Subject: Delay in message delivery |
Hi..
Apps team facing issue with late delivery of messages at target Q. Curious to know what are the areas where we have to look in to identify issue.
Do we have any docs which talks about WMQ t ... |
Topic: Lookang for Suggestion |
Chandra Mohan
Replies: 2 Views: 4729
|
Forum: General Discussion Posted: Thu Aug 13, 2009 11:46 am Subject: Lookang for Suggestion |
Hi Guys,
I am looking for a suggestion. Currentlly i am working in WMQ technology now I am planning to learn new middleware technology. I rad about WMB and WPS. Which one would you suggest to learn a ... |
Topic: DP Version & Doc |
Chandra Mohan
Replies: 0 Views: 7273
|
Forum: WebSphere DataPower Posted: Sun Jul 26, 2009 12:42 pm Subject: DP Version & Doc |
Hi,
i am new to DP please guide me which is latest version of DP Xi50 and link for relevant docs. I belongs to WMQ technology suggest me to keep WMQ in a mind if at all there is a relation with DP ... |
Topic: Change in QM.ini |
Chandra Mohan
Replies: 3 Views: 4325
|
Forum: General IBM MQ Support Posted: Fri Apr 17, 2009 2:02 am Subject: Change in QM.ini |
Hi All,
I want to change parameter value of exsisting QM "Log File Pages & Log Buffer Pagers" with new values.
Will reboot work to implement new values or we have to rebuild QM.
... |
Topic: Help needed for Certification |
Chandra Mohan
Replies: 1 Views: 2608
|
Forum: General IBM MQ Support Posted: Sat Dec 20, 2008 7:18 am Subject: Help needed for Certification |
Recomend me books or tutorials for "Test 996 - IBM WebSphere MQ V6.0 Solution Design"
Regards
CM |
Topic: Reset MQ Channel |
Chandra Mohan
Replies: 22 Views: 37452
|
Forum: General IBM MQ Support Posted: Sat Nov 15, 2008 6:49 pm Subject: Reset MQ Channel |
The channel transfers messages in a UOW. The sender commits the UOW ( read deleting the messages from the xmitq) only after it receives the positive acknowledgement from the receiver.
This is sam ... |