Author |
Message |
Topic: Get workitems from different worklists |
mqhans
Replies: 3 Views: 2654
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Nov 09, 2004 5:53 am Subject: Get workitems from different worklists |
Hello
I'm not sure if this is possible but maybe someone has experience with that.
I'd like to implement a functionality in the worklist, that allows you to get workitems from a different user. ... |
Topic: Two different versions of MQ client on the same machine? |
mqhans
Replies: 8 Views: 6356
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Dec 09, 2003 11:23 pm Subject: Two different versions of MQ client on the same machine? |
That's exactly what we are going to try. We have a standard WebSphere MQ Client 5.3 installation. We copied the libs from a 5.2 Mq client on the same server into another directory and set the lib-path ... |
Topic: Two different versions of MQ client on the same machine? |
mqhans
Replies: 8 Views: 6356
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Dec 09, 2003 8:04 am Subject: Two different versions of MQ client on the same machine? |
Thank you for the answer. What exactly did you have to remap? |
Topic: Two different versions of MQ client on the same machine? |
mqhans
Replies: 8 Views: 6356
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Dec 04, 2003 11:42 pm Subject: Two different versions of MQ client on the same machine? |
Hello
Is there a way to install two different versions of WebSpere MQ clients (5.2 and 5.3) on the same machine (Sun Solaris)?
Thanks for any advice. |
Topic: Tivoli for Monitoring WebSphere MQ |
mqhans
Replies: 2 Views: 9642
|
Forum: IBM MQ Performance Monitoring Posted: Thu Jul 10, 2003 1:59 am Subject: Tivoli for Monitoring WebSphere MQ |
Hello
Does anybody has experience with Tivoli as moitoring software for WebShere MQ? At the moment we're using Patrol for WebShere MQ but the management strategy wants to leave from patrol. It wou ... |
Topic: Client channel table in VB |
mqhans
Replies: 5 Views: 6223
|
Forum: IBM MQ API Support Posted: Fri Apr 19, 2002 5:06 am Subject: Client channel table in VB |
you have to compile it first. it is necessary that you set mqtype=2 for the client in the VB compiler, to ensure the correct automatic selection of the client dll.
I have new infos:
the amqsputb sa ... |
Topic: Client channel table in VB |
mqhans
Replies: 5 Views: 6223
|
Forum: IBM MQ API Support Posted: Fri Apr 19, 2002 4:17 am Subject: Client channel table in VB |
if I want to use the AMQCLCHL.TAB file I set the environment variables MQCHLLIB and MQCHLTAB as they are described in the manual. with the sample programm amqsputc it works fine but not with the amqsp ... |
Topic: Client channel table in VB |
mqhans
Replies: 5 Views: 6223
|
Forum: IBM MQ API Support Posted: Fri Apr 19, 2002 2:14 am Subject: Client channel table in VB |
hello
I want to put a message from a client to a server using the amqsputb programm.
it only works if I set the MQSERVER variable. if I try to use the AMQCLCHL.TAB file there is a reason code 2059 ... |