Author |
Message |
Topic: Create Server Connection Channel for Websphere MQ 7 |
jalexmichaelraj
Replies: 23 Views: 24541
|
Forum: IBM MQ API Support Posted: Fri Feb 21, 2014 3:03 am Subject: Create Server Connection Channel for Websphere MQ 7 |
Thanks Joseph Graming and Vitor.. its working now.. As u said its bcoz of the security problem.. i Turned the channel security off from the MQexplorer itself.. Thanks alot guys..
Step 1, don't ev ... |
Topic: Create Server Connection Channel for Websphere MQ 7 |
jalexmichaelraj
Replies: 23 Views: 24541
|
Forum: IBM MQ API Support Posted: Wed Feb 19, 2014 3:35 am Subject: Create Server Connection Channel for Websphere MQ 7 |
The help is given further up in the thread.
As Vitor said, in previous versions everything was allowed by default.
In more recent versions (7.1, 7.5) by default all admin users are locked out of usi ... |
Topic: Create Server Connection Channel for Websphere MQ 7 |
jalexmichaelraj
Replies: 23 Views: 24541
|
Forum: IBM MQ API Support Posted: Tue Feb 18, 2014 10:28 pm Subject: Create Server Connection Channel for Websphere MQ 7 |
Author -- Vitor..
I created the Queue Manager and Queues in websphere 7.1 using the MQExplorer. Now I need post the message using this java program for this I need to create a Server-Connection Ch ... |
Topic: Create Server Connection Channel for Websphere MQ 7 |
jalexmichaelraj
Replies: 23 Views: 24541
|
Forum: IBM MQ API Support Posted: Fri Feb 14, 2014 1:15 am Subject: Create Server Connection Channel for Websphere MQ 7 |
Its IBM Websphere MQ version - 7.1
Below is the code i use to check the connectivity
String qManager="";
int openOptions = CMQC.MQOO_FAIL_IF_QUIESCING + CMQC.MQOO_INPUT_S ... |
Topic: Create Server Connection Channel for Websphere MQ 7 |
jalexmichaelraj
Replies: 23 Views: 24541
|
Forum: IBM MQ API Support Posted: Thu Feb 13, 2014 4:17 am Subject: Create Server Connection Channel for Websphere MQ 7 |
Hi all,
I desperately need help to do this.
I have installed IBM MQ 7 in a VM machine done the following referring the User guide :
Created a Queue Manager and a Local Queue. I also tried to in ... |
Topic: Finding queue depth of MQ 7 |
jalexmichaelraj
Replies: 9 Views: 12323
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 05, 2013 4:39 am Subject: Finding queue depth of MQ 7 |
but how come I am able to get the Queue depth for the MQ 6.. which is the same one
As you are aware that remote queues are always a remote definition of local queue and so can't hold any messages, ... |
Topic: Finding queue depth of MQ 7 |
jalexmichaelraj
Replies: 9 Views: 12323
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 05, 2013 3:39 am Subject: Finding queue depth of MQ 7 |
its not a local queue.. its a remote,,.. server is in other location..
Check whether the queue for which you want the depth is a local queue ..
The error messages means that the queue depth is ... |
Topic: Finding queue depth of MQ 7 |
jalexmichaelraj
Replies: 9 Views: 12323
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 05, 2013 3:14 am Subject: Finding queue depth of MQ 7 |
kk.. now i understood.. I have browsed in the internet regarding that error and have also changed it
CMQC.MQOO_FAIL_IF_QUIESCING + CMQC.MQOO_INPUT_SHARED + CMQC.MQOO_INQUIRE+CMQC.MQOO_BROWSE;
but ... |
Topic: Finding queue depth of MQ 7 |
jalexmichaelraj
Replies: 9 Views: 12323
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 05, 2013 1:34 am Subject: Finding queue depth of MQ 7 |
C:\Users\numpty>mqrc 2068
2068 0x00000814 MQRC_SELECTOR_NOT_FOR_TYPE
C:\Users\numpty>
Sorry I dint understand your post.. To make clear I need to get the Queue Depth ... |
Topic: Finding queue depth of MQ 7 |
jalexmichaelraj
Replies: 9 Views: 12323
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 04, 2013 10:12 pm Subject: Finding queue depth of MQ 7 |
I am trying to find the queue depth for my queue and below is the code which is working fine for MQ 6 server. But when i use for mq 7, it gives me exception
public static void getQueueDepth( ... |