Author |
Message |
Topic: amqsget replacement |
Boyd
Replies: 3 Views: 3705
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jun 09, 2014 11:00 am Subject: amqsget replacement |
I can not use the amqsget, because of the 15 second delay. Is there another program (binary) in which I can receive messages from a linux platform ?
Thanks |
Topic: Is there a way to flush non-persistent messages to disk |
Boyd
Replies: 3 Views: 2653
|
Forum: General IBM MQ Support Posted: Tue Jun 03, 2014 9:07 am Subject: Is there a way to flush non-persistent messages to disk |
I did an amqsput to a queue recently and then inspected the queue. I noticed that no such message was on the physical queue. Since I can amqsget the message, the message has been placed on the buffe ... |
Topic: AMS and the MQ Explorer |
Boyd
Replies: 6 Views: 12117
|
Forum: General IBM MQ Support Posted: Fri Apr 25, 2014 6:27 am Subject: AMS and the MQ Explorer |
By the way, I was probably not clear
What I am trying to do is perform an amqsput to put to the queue
But I want to use the MQ Explorer to browse the queue, not the amqsbws
Thanks |
Topic: AMS and the MQ Explorer |
Boyd
Replies: 6 Views: 12117
|
Forum: General IBM MQ Support Posted: Fri Apr 25, 2014 6:25 am Subject: AMS and the MQ Explorer |
The reason I want to do this:
1> Official reason: I have been assigned the task
I will try to use the amqbws command, but I still ned to get the explorer to work with this queue.
Any idea ... |
Topic: AMS and the MQ Explorer |
Boyd
Replies: 6 Views: 12117
|
Forum: General IBM MQ Support Posted: Thu Apr 24, 2014 12:28 pm Subject: AMS and the MQ Explorer |
I am trying to get the QUick Start for AMS workign with the MQ Explorer
So now I have users Bob and Alice on Linux,
and user Exp (to run the explorer on) on Windows and Linux
On Wndows, Exp ... |
Topic: runmqckm |
Boyd
Replies: 2 Views: 5168
|
Forum: General IBM MQ Support Posted: Thu Apr 24, 2014 12:04 pm Subject: runmqckm |
This command worked well
runmqckm -cert -add -db /home/alice/.mqs/alicekey.kdb -pw passw0rd -label Exp_Java_Cert -file /home/test/Exp_Java_Cert.cer -format ascii |
Topic: runmqckm |
Boyd
Replies: 2 Views: 5168
|
Forum: General IBM MQ Support Posted: Thu Apr 24, 2014 6:21 am Subject: runmqckm |
I am trying to import a key from a Windows machine into a .p12 on Linux
On Linux, I changed the policy to include the exp user
-bash-4.1$ setmqspl -m QM_VERIFY_AMS -p TEST.Q -s SHA1 -a "CN= ... |
Topic: runmqadm |
Boyd
Replies: 1 Views: 2421
|
Forum: General IBM MQ Support Posted: Tue Apr 15, 2014 2:35 pm Subject: runmqadm |
Using the following site:
http://pic.dhe.ibm.com/infocenter/wmqv7/v7r1/index.jsp?topic=%2Fcom.ibm.mq.doc%2Ffa16150_.htm
I ran the following command:
runmqakm -cert -export -db /home/bob/.mqs ... |
Topic: AMS and amqsput example (2035 auth err) |
Boyd
Replies: 18 Views: 13407
|
Forum: General IBM MQ Support Posted: Fri Apr 11, 2014 10:34 am Subject: AMS and amqsput example (2035 auth err) |
There was no event in the queue, and apparently this is because when setting up the AMS exercise, the queue had a policy assigned to it only to allow certain users to access it.
(The AMS exercise w ... |
Topic: AMS and amqsput example (2035 auth err) |
Boyd
Replies: 18 Views: 13407
|
Forum: General IBM MQ Support Posted: Wed Apr 09, 2014 6:26 am Subject: AMS and amqsput example (2035 auth err) |
It looks like the queue is SYSTEM.ADMIN.QMGR.EVENT
Examining.... |
Topic: AMS and amqsput example (2035 auth err) |
Boyd
Replies: 18 Views: 13407
|
Forum: General IBM MQ Support Posted: Tue Apr 08, 2014 1:02 pm Subject: AMS and amqsput example (2035 auth err) |
fjb_saper:
I had previously disabled CHLAUTH, as displayed below
DISPLAY CHLAUTH('SYSTEM.ADMIN.SVRCONN') MATCH(RUNCHECK) ALL ADDRESS('127.0.0.1') CLNTUSER('benchmarki ... |
Topic: AMS and amqsput example (2035 auth err) |
Boyd
Replies: 18 Views: 13407
|
Forum: General IBM MQ Support Posted: Tue Apr 08, 2014 9:40 am Subject: AMS and amqsput example (2035 auth err) |
I enabled "authroity Events" on the Events page of the QM
I hit the Apply button, and from the server I restart the QM
I attempt to browse the queue again,, and I get the same error, a ... |
Topic: AMS and amqsput example (2035 auth err) |
Boyd
Replies: 18 Views: 13407
|
Forum: General IBM MQ Support Posted: Tue Apr 08, 2014 8:53 am Subject: AMS and amqsput example (2035 auth err) |
Vitor
You are correct, I plan to lower permissions once everything is stable
All:
I was able to work through the exercise successfully, and then
I started a listener, and connected remotely ... |
Topic: AMS and amqsput example (2035 auth err) |
Boyd
Replies: 18 Views: 13407
|
Forum: General IBM MQ Support Posted: Mon Apr 07, 2014 10:06 am Subject: AMS and amqsput example (2035 auth err) |
I got it to work with
setmqaut -m QM_VERIFY_AMS -t qmgr -g mqusers +connect +inq
setmqaut -m QM_VERIFY_AMS -n TEST.Q -t queue -g mqusers +allmqi +alladm
I know thats overkill, but i ... |
Topic: AMS and amqsput example (2035 auth err) |
Boyd
Replies: 18 Views: 13407
|
Forum: General IBM MQ Support Posted: Mon Apr 07, 2014 6:11 am Subject: AMS and amqsput example (2035 auth err) |
The AMS quick start I am using is at this site
http://pic.dhe.ibm.com/infocenter/wmqv7/v7r5/index.jsp?topic=%2Fcom.ibm.mq.sec.doc%2Fq014680_.htm |