ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General IBM MQ Support » Old MQ died after huge amount of data - AMQ4059

Post new topic  Reply to topic Goto page Previous  1, 2
 Old MQ died after huge amount of data - AMQ4059 « View previous topic :: View next topic » 
Author Message
Buster
PostPosted: Mon Apr 29, 2024 6:38 am    Post subject: Reply with quote

Newbie

Joined: 27 Apr 2024
Posts: 8
Location: Sweden

Gosh! Sometimes Murphy hits hard and unforgiving...

I just learned that our IT team have reconfigured the firewall and closing port 1414 without telling us. Port 1414 is what I use for the MQ!

This was done a short time after the tests went wild with 600 K messages. These two issues at the same time sent me into a black hole of trouble shooting.

Opening up the port again and I can connect towards the MQ, and remaining tests work well.

I apologize for taking your time for an issue like that, and I sincerely appreciate your help!
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Tue Apr 30, 2024 10:31 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20698
Location: LI,NY

the question is: how is your listener defined?
Does it get started by the qmgr? or is the start of it manual?
Could it be that there is already a listener running on that port?

Hope this helps
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
gbaddeley
PostPosted: Tue Apr 30, 2024 3:42 pm    Post subject: Reply with quote

Jedi Knight

Joined: 25 Mar 2003
Posts: 2500
Location: Melbourne, Australia

Code:
runmqlsr -r -m MYMQ -t TCP -p 1414 &


This is a very old method of starting the MQ listener process.
Around 15 years ago (?), the LISTENER object type was added to MQ.

This allows the qmgr to auto start/stop listener(s), without requiring the MQ admin to use runmqslr command.

eg. Run this once:
Code:

define listener('MY.LISTENER') trptype(tcp) replace +
 port(1414) control(qmgr)
start listener('MY.LISTENER')

_________________
Glenn
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page Previous  1, 2 Page 2 of 2

MQSeries.net Forum Index » General IBM MQ Support » Old MQ died after huge amount of data - AMQ4059
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.