riyaz


{ City } bangalore
< Country > india
* Profession * jobseeker
User No # 93053
Total Questions Posted # 8
Total Answers Posted # 2

Total Answers Posted for My Questions # 11
Total Views for My Questions # 35393

Users Marked my Answers as Correct # 5
Users Marked my Answers as Wrong # 3
Questions / { riyaz }
Questions Answers Category Views Company eMail

How will you configure SSL in Linux ans AIX? please give proper explanation with commands.

IBM,

1 MQSeries 4266

How will u edit qm.ini?explain in commands in linux ans solaris

Emphasis, IBM,

1 MQSeries 4244

How you change the logprimary files,logsecondary files?where you change? explain in commands?

IBM,

1 MQSeries 3684

Maximum connections reached,how you know that and how you verify that?which type of alert you will get?

IBM,

MQSeries 3421

what is default connection? and max connections will give to QueueManager.?

IBM,

2 MQSeries 3253

explain cold startup?

IBM,

2 MQSeries 6177

In cluster queue manager losed.which type of precautions you take??

IBM,

1 MQSeries 2655

One server how many qmgrs will create?

IBM, TCS,

3 MQSeries 7693




Answers / { riyaz }

Question { IBM, 28144 }

Is it possible to retrieve a message from a Dead letter
Queue? If possible how?


Answer

yes.we can retrieve the messages from dead letter queue handler 'runmqdlq'
Before that we need to know the reason for why msgs went to dlq.
mqrc 0x.......(msg id)
after that we prepare rule table

INPUTQ(DEAD.LETTER.QUEUE) INPUTQM(QMGR NAME)
REASON(2087) ACTION(FWD) FWDQ(QUEUENAME) FWDQM(QMGR NAME

then
runmqdlq dlqnane Qmgrname
Is This Answer Correct ?    3 Yes 1 No

Question { Cap Gemini, 6632 }

how to insert or retrieve only 2000 records with having
10000 records


Answer

we have ibm tool called RFHUtil.using this tool we perform those operations

Is This Answer Correct ?    2 Yes 2 No