Author |
Message |
Topic: How to recover the default channel definitions? |
Yannanlu
Replies: 8 Views: 10085
|
Forum: General IBM MQ Support Posted: Sat Mar 31, 2007 1:00 pm Subject: How to recover the default channel definitions? |
I have tried that. It did not work. It complains about missing object.
Thanks for reply.
Yannan |
Topic: How to recover the default channel definitions? |
Yannanlu
Replies: 8 Views: 10085
|
Forum: General IBM MQ Support Posted: Fri Mar 30, 2007 4:26 am Subject: How to recover the default channel definitions? |
Thanks. I tried and it works. But it is almost same as to recreate the qmgr and to restore the definitions. I guess there is no way to recover them without stopping the qmgr.
From now on, I will ... |
Topic: How to recover the default channel definitions? |
Yannanlu
Replies: 8 Views: 10085
|
Forum: General IBM MQ Support Posted: Thu Mar 29, 2007 12:50 pm Subject: How to recover the default channel definitions? |
Due to security reason, we have removed most of the default channels. Now we want to create some of the channels. But we can not do that since the default channel is gone. We do not have any channe ... |
Topic: basic security question |
Yannanlu
Replies: 15 Views: 19950
|
Forum: General Discussion Posted: Fri Sep 01, 2006 5:57 pm Subject: basic security question |
I may be too late to join in this discussion. The Authentication exit in MQ V6 is quite easy to work with. It is alos possible to lock down all SVRCONN. But I am not sure how to make MQ 5.3 client ... |
Topic: Java Security Exit for MQ V6 |
Yannanlu
Replies: 2 Views: 4920
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 30, 2006 4:03 pm Subject: Java Security Exit for MQ V6 |
Thanks for the quick response. The code is something like this:
MQQueueConnectionFactory mqcf = new MQQueueConnectionFactory();
mqcf.setHostName("localhost");
mqcf.setChannel("SYSTEM.DEF.SVRCONN ... |
Topic: Java Security Exit for MQ V6 |
Yannanlu
Replies: 2 Views: 4920
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 30, 2006 12:47 pm Subject: Java Security Exit for MQ V6 |
I am trying to test the client side security exit on MQ V6 as suggested in http://www-128.ibm.com/developerworks/websphere/library/techarticles/0512_ritchie/0512_ritchie.html. The source code is as ... |
Topic: q (ma01.zip) for linux |
Yannanlu
Replies: 0 Views: 2087
|
Forum: General IBM MQ Support Posted: Wed Aug 13, 2003 2:25 pm Subject: q (ma01.zip) for linux |
q utility in ma01.zip is really a good tool. But I can not find the version for linux. Anyone know where I can get it?
Thanks in advance,
Yannan |
Topic: MQSI Pub/Sub |
Yannanlu
Replies: 3 Views: 3518
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 11, 2003 9:47 am Subject: MQSI Pub/Sub |
Sorry for leaving mqsi cmd out. Here you are:
mqsibrowse BROKER_NAME -t bsubscriptions
run this cmd as mqsi on the broker box.
Yannan |
Topic: channel security again |
Yannanlu
Replies: 5 Views: 4245
|
Forum: General IBM MQ Support Posted: Mon Aug 11, 2003 9:41 am Subject: channel security again |
Thanks for response. By setting MCA user and setting the permissions on the objects on behalf of that user will not help. Since there is no authentication, anyone accesses to that channel will be ab ... |
Topic: new feature in MQ 5.3? |
Yannanlu
Replies: 3 Views: 2883
|
Forum: General IBM MQ Support Posted: Fri Aug 08, 2003 5:40 pm Subject: new feature in MQ 5.3? |
I heard some new features in MQSeries 5.3. One is qstatus that allows us to find who/which open the queue. The other one is qmgr has the ability to index the messages in a queue.
I am wondering ... |
Topic: AMQ4070 - Object in use |
Yannanlu
Replies: 5 Views: 13948
|
Forum: General IBM MQ Support Posted: Fri Aug 08, 2003 5:29 pm Subject: AMQ4070 - Object in use |
Sorry. I found the answer via search. Thanks! |
Topic: Unable to publish/Subscribe, but no errors during execution |
Yannanlu
Replies: 3 Views: 2996
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 08, 2003 5:03 pm Subject: Unable to publish/Subscribe, but no errors during execution |
besides JMS, you have at least two options.
1) use MQSI to add V2 header and topics.
or
2) build V2 header from scratch in your MQ Java code.
RFH2 header is actually the part of body for MQ ap ... |
Topic: Connection Type |
Yannanlu
Replies: 2 Views: 2523
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 08, 2003 4:55 pm Subject: Connection Type |
The default mode is BINDING. But on some platform, like W2K, there is no BINDUBG support. You have to specify TCP mode in this case.
For API, check the manual of Using Java. |
Topic: MQSI Pub/Sub |
Yannanlu
Replies: 3 Views: 3518
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 08, 2003 4:50 pm Subject: MQSI Pub/Sub |
The beauty of Pub/Sub is to separate producer and comsumer. It means when you publish a topic, you have no idea who is going to get it. On the sub side, it is the same. Therefore, you have to query ... |
Topic: NEON |
Yannanlu
Replies: 3 Views: 2884
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 08, 2003 4:32 pm Subject: NEON |
In order to use NEON in V2, you need to have a flow with at least one of the NEON nodes. Starting from V2.02, IBM introduced NEONMSG, the new version of NEON. Therefore there are 4 NEON node in tota ... |