Questions tagged [ibm-mq]
19 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
- 36,144
- 4
- 53
- 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
- 385
- 3
- 10
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…

John Edelmann
- 21
- 2
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
- 219
- 1
- 4
- 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
- 407
- 3
- 12
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,064
- 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
2
votes
2 answers
After Reboot of machine, startup script raise one server, but one stays down. When i manually start script both servers starts fine
#!/bin/bash
###BEGIN INIT INFO
#chkconfig: 12345 98 13
#Provides: ACE
#Required-Start: $local_fs
#Required-Stop: $local_fs
#Default-Start: 2 3 4 5
#Default-Stop: 0 1 6
#Short-Description: IBM ACE Control
#Description: …

Boro
- 31
- 5
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
1
vote
1 answer
Activation Specification batching MDB processing
I have an MQ topic with messages that expire after 2 hours. There are thousands of messages on the topic at a given time.
I am using an MDB and an Activation Specification in Websphere to process the messages. The activation spec has multiple…

simonalexander2005
- 113
- 10