Author |
Message |
Topic: Restrict MQ client app from doing destructive get operation |
sijtom0703
Replies: 8 Views: 6774
|
Forum: General IBM MQ Support Posted: Thu Feb 09, 2017 7:28 am Subject: Restrict MQ client app from doing destructive get operation |
Thanks for the input! The queues which we are dealing here are not Application write queues and also we have a separate Application process taking care of cleaning up the queue. |
Topic: Restrict MQ client app from doing destructive get operation |
sijtom0703
Replies: 8 Views: 6774
|
Forum: General IBM MQ Support Posted: Thu Feb 09, 2017 6:47 am Subject: Restrict MQ client app from doing destructive get operation |
Thanks All!
If I remove CMQC.MQOO_INPUT*** from open options then I can remove get permissions from queue which will ensure Application cannot do a destructive get even by mistake. |
Topic: Restrict MQ client app from doing destructive get operation |
sijtom0703
Replies: 8 Views: 6774
|
Forum: General IBM MQ Support Posted: Wed Feb 08, 2017 9:21 am Subject: Restrict MQ client app from doing destructive get operation |
Thanks for the response!
The following are the open options used in the client code.
int openOptions = CMQC.MQOO_FAIL_IF_QUIESCING + CMQC.MQOO_INPUT_AS_Q_DEF +
CMQC.MQOO_INQUIRE + CMQC ... |
Topic: Restrict MQ client app from doing destructive get operation |
sijtom0703
Replies: 8 Views: 6774
|
Forum: General IBM MQ Support Posted: Wed Feb 08, 2017 8:10 am Subject: Restrict MQ client app from doing destructive get operation |
I have a client app which like to do a non-destructive read of messages from a queue and write to a DB or file using a java program. To ensure that client App is doing a browse of messages and uses MQ ... |
Topic: F5 BigIP and clustered Multi-Instance Queue Managers |
sijtom0703
Replies: 6 Views: 7486
|
Forum: General IBM MQ Support Posted: Wed Aug 26, 2015 5:35 am Subject: F5 BigIP and clustered Multi-Instance Queue Managers |
I am curious about the logic that worked for the below line. Is F5 checking the queue manager status before failover??
F5 detects the MQMI failover |
Topic: CCSID 1208 or 437 |
sijtom0703
Replies: 1 Views: 5070
|
Forum: General IBM MQ Support Posted: Thu Sep 18, 2014 2:02 pm Subject: CCSID 1208 or 437 |
I have two Applications A & B. Application A puts message in QMA which is a Linux queue manager with default CCSID 1208. The QMA sends message to QMB which is a Windows queue manager with default ... |
Topic: cluster workload balancing when App binds with alias queue |
sijtom0703
Replies: 16 Views: 18233
|
Forum: Clustering Posted: Sat Aug 16, 2014 8:12 am Subject: cluster workload balancing when App binds with alias queue |
Thanks! and sorry for posting in wrong forum.
The binding is specified in the Cluster remote queue mentioned in my post. |
Topic: cluster workload balancing when App binds with alias queue |
sijtom0703
Replies: 16 Views: 18233
|
Forum: Clustering Posted: Sat Aug 16, 2014 6:20 am Subject: cluster workload balancing when App binds with alias queue |
We have a serious technical issue with our new WebSphere MQ 7.5 design. We have some of the queues in Windows platform in distributed MQ and the newly migrated queues in Linux platform in Clustered MQ ... |
Topic: Best way to migrate distributed MQ to clustered MQ |
sijtom0703
Replies: 0 Views: 1780
|
Forum: IBM MQ Security Posted: Wed Jul 02, 2014 12:56 pm Subject: Best way to migrate distributed MQ to clustered MQ |
What is the best approach to migrate a distributed MQ infrastructure to clustered MQ in a phased manner? How can I make use of a gateway queue manager? |
Topic: How MCA user id really works while authorizing a client App |
sijtom0703
Replies: 6 Views: 10563
|
Forum: IBM MQ Security Posted: Tue Nov 26, 2013 1:17 pm Subject: How MCA user id really works while authorizing a client App |
Thanks everyone who made it very clear for me. I was trying to understand whether the client id needs to match if we specify a MCA user in channel. Also I understand anyone can connect to the channel ... |
Topic: How MCA user id really works while authorizing a client App |
sijtom0703
Replies: 6 Views: 10563
|
Forum: IBM MQ Security Posted: Mon Nov 25, 2013 9:51 pm Subject: How MCA user id really works while authorizing a client App |
I have a question on how the MCA user id we add while creating a WebSphere MQ Server Connection channel actually authorizes a client user id configured in an MQ client Application.
For e.g I have a ... |
Topic: How Trigger works when you have queue full condition |
sijtom0703
Replies: 2 Views: 2594
|
Forum: IBM MQ Java / JMS Posted: Sat Jul 20, 2013 6:07 am Subject: How Trigger works when you have queue full condition |
Thanks Jeff...Yes I meant triggering of Xmitq |
Topic: How Trigger works when you have queue full condition |
sijtom0703
Replies: 2 Views: 2594
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 19, 2013 6:20 am Subject: How Trigger works when you have queue full condition |
Hi,
I have an issue in MQ which is not a consistent behavior and I am trying to identify the root cause.
When the target queue is full and the target dlq is full the sender channel goes retrying ... |
Topic: How bindings file in mq works |
sijtom0703
Replies: 4 Views: 6850
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 13, 2013 6:46 am Subject: How bindings file in mq works |
Thanks Vitor for the reply
I was under the assumption when an Application lookup for an object it looks up to a connection factory first then the objects in that CF.
Here the connection factory po ... |
Topic: How bindings file in mq works |
sijtom0703
Replies: 4 Views: 6850
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 12, 2013 8:29 pm Subject: How bindings file in mq works |
I have a set of inbound queues in one queue manager in server A and another set of outbound queues in a different queue manager with same name in server B.
When the Application makes calls through bi ... |