how to start listener without using command in ibm websphere mq
Answers were Sorted based on User's Feedback
Answer / ramesh babu
ALTER LSTR(LSTR NAME) CONTROL(QMGR)
When ever you start the Qmanager at that time listener will start automatically.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ramesh babu
sorry in the above answer i am sorry to mention TRP TYPE
ALTER LSTR(LSTR-NAME) TRPTYPE(TCP) CONTROL(QMGR)
Basic version like V5 we can start listener in control command mode i.e
runmqlsr -m qmgrname -t tcp -p portnum
how to stop lstr is
endmqlsr -m qmgrname -t tcp -p port num
after that in V6 onwords it will move to scripting command mode
| Is This Answer Correct ? | 1 Yes | 0 No |
What is ibm mq series?
Explain how to define a buffer pool for holding messages in main storage?
Explain the difference between binding connection and client connection?
What information we have in auto define channel?
Define initiation queues?
What are the message sizes?
How you set authentication in websphere mq?
Explain where are the backup files are present after creating the queue manager?
What are mq channels?
Why do we do clustering?
what is the difference between mq version 6 and 7
What are the attributes of process definition?