Questions tagged [ibm-mq]

16 questions
3
votes
1 answer

How to start a WebSphere MQ in SHARED mode?

We encounted an error wherein the Oracle support said we need to restart the IBM Websphere MQ in SHARED mode, but I cannot find a documentation on how to do it. I consulted some MQ teams and they are also puzzled with the requested option. Can I…
ramfree17
  • 31
  • 2
3
votes
3 answers

Experience with MQ File Transfer Edition?

We've got several processes that move files across servers - SFTP, FTP, SCP; Windows, Linux, AIX; there is a workflow component (usually require a control file with filenames and hash values to move a batch of related files). The action is often…
mfinni
  • 35,711
  • 3
  • 50
  • 86
2
votes
1 answer

Distribution of JMS sessions through the load balancer

There is a very acute problem with the distribution of sessions through the balancer in case of recovery of one of the fallen nodes. I will describe briefly how the interaction of the two modules is arranged: On the one hand, an application on…
TheDESTROS
  • 375
  • 3
  • 9
2
votes
1 answer

Is it possible to build a queue sharing group on only a coupling facility and not use db2?

I keep reading docs that say the messages are kept in a cf and can be offloaded to smds or db2 if they are too large. This would suggest I could build out queues in a cf and offload large messages to disk and avoid db2 all together. Then other docs…
argh
  • 21
  • 1
2
votes
0 answers

Move IBM MQ Clustered Queue Managers (RHEL v5 to RHEL v6)

We have 2 production queue managers, running on 7.5 MQ (out of service) that are being moved to a more supported 8.0.0.4 environment ...(same OS - RHEL). We've made the destination servers equivalent VMs to the sources; we have 4 total queue…
2
votes
1 answer

How to automate Websphere MQ installation in windows?

I have been working on MQ installation in last couple of weeks. Now I need to automate MQ 7.5 installation using chef or powershell scripts. MQ installation for unix I got this URL https://github.com/ibm-messaging/mq-chef through chef. For windows I…
Shankar
  • 199
  • 1
  • 2
  • 14
2
votes
1 answer

Is it possible and sensible to use IBM MQ without a local queue manager?

My team is in the process of building an application that will be deployed on AWS EC2, and will communicate with on-premise legacy systems via IBM MQ (formerly known as WebSphere MQ, formerly known as MQSeries). We already have IBM MQ queue managers…
Tom Anderson
  • 387
  • 1
  • 11
2
votes
2 answers

How do I programatically check the depth of a WebSphere MQ queue

The IBM RedBook instructions didn't help. I need to give a script a queue manager and a queue/topic name, and have it return the number of messages queued up.
brianegge
  • 1,054
  • 2
  • 14
  • 23
2
votes
2 answers

IBM Websphere MQ Server alternatives

Are there any alternatives to IBM Websphere MQ Server for Windows? We need to access a remote Queue Manager that doesn't support client connections (only Queue Manager to Queue Manager). I've noticed that there are some BizTalk Host Integration…
I Clark
  • 23
  • 3
1
vote
1 answer

MQ 9.1 - PAM [Authentication failure]

for QMGR Authentication we use PAM (Websphere MQ 9.1 on Linux CONNAUTH(USE.PAM) all relevant users are in the local usergroup "mqm". That works fine for all but one user. i get the following errors for named user, when i tries to connect to the…
sebkoe
  • 47
  • 9
1
vote
1 answer

Websphere MQ 7.0.1-14 - able to add missing ssl cipher suites?

I have to connect to a MQ 9 QMGR, which does not allow the available Cipher Suites I can choose from in MQ Explorer that is part of my 7.0.1-14 installation (Linux x86_64). Can I add the needed Cipher Suites without upgrading to a newer MQ…
sebkoe
  • 47
  • 9
1
vote
1 answer

Websphere MQ - Query view message with long time in queue

I need a query or just a command to see stopped/delayed/waiting messages in a queue, but for long time.
Thiago Braga
  • 11
  • 1
  • 2
1
vote
2 answers

BizTalk MQSC adapter configuration error & IBM WebSphere MQ Client V6.0

I'm having trouble configuring the MSQC adapter for BizTalk Server 2006. At the moment I'm getting the following error when setting up a receive location or send port: The adapter "MQSC" raised an error message. Details "The specified module…
chinna
  • 121
  • 4
0
votes
2 answers

Error AMQ4036 when trying to add a QueueManager to a Cluster in IBM MQ?

I am trying to setup a MQ Cluster that has the following config There are 3 host machines, ubuntuvm-1, ubuntuvm-2 and ubuntuvm-3 ubuntuvm-1 has one Full repository queue manager and one partial repository queue manager. QM_FR1, QM_PR1 ubuntuvm-2 is…
A j
  • 101
  • 1
  • 2
0
votes
0 answers

Migration from WAS to Tomcat 9

Currently we are in process of migrating from WAS to Tomcat 9, but stuck with MQ issue. We are trying to connect to MQ through client mode. But somehow connection are not going through to MQ. In tomcat/libs, we have below files of MQ client…
1
2