Author |
Message |
Topic: Help! Compress Message in Channel? |
Anhhv
Replies: 3 Views: 2737
|
Forum: General IBM MQ Support Posted: Fri Nov 02, 2007 5:33 pm Subject: Help! Compress Message in Channel? |
When i config manually that's OK. but i want to use code with PCF, so i don't find some attributes to config it. |
Topic: Help! Compress Message in Channel? |
Anhhv
Replies: 3 Views: 2737
|
Forum: General IBM MQ Support Posted: Thu Nov 01, 2007 10:59 pm Subject: Help! Compress Message in Channel? |
Hi master!
I have piece code to create a Channel (i'm using VB.net and IBM.WMQ.PCF)
but i don't known config attribute Compress Message of Channel (Version6.0)
Please give me some code to config it ... |
Topic: Help me! Services don't run ...! |
Anhhv
Replies: 6 Views: 3722
|
Forum: General Discussion Posted: Mon Sep 10, 2007 1:18 am Subject: Help me! Services don't run ...! |
how do you solve this problem?
Well you could try some of my suggestions, which were intended at least to help highlight the problem area.
Or not. There are other strategies which may be equally ... |
Topic: Help me! Services don't run ...! |
Anhhv
Replies: 6 Views: 3722
|
Forum: General Discussion Posted: Mon Sep 10, 2007 1:01 am Subject: Help me! Services don't run ...! |
I'd still run it as a Windows service to see if that will work, or use a non-GUI program as a target if you want to stick with the queue manager service. .
I were reseted and i try to config agai ... |
Topic: Help me! Services don't run ...! |
Anhhv
Replies: 6 Views: 3722
|
Forum: General Discussion Posted: Sun Sep 09, 2007 11:49 pm Subject: Help me! Services don't run ...! |
At the risk of labouring the obvious, because the service is incorrectly set up?
Why are you running the trigger monitor under the control of the queue manager? Have you tried (for practic ... |
Topic: Help me! Services don't run ...! |
Anhhv
Replies: 6 Views: 3722
|
Forum: General Discussion Posted: Sun Sep 09, 2007 8:18 pm Subject: Help me! Services don't run ...! |
Hi master.
When i config to put message that an application run.
(Queue manager : QM.Y)
1). create Queue to receive (name: Q.RECEIVE)
2). create Queue INIT (name: Q.INIT)
3). create process-pred ... |
Topic: Help me!How can i start application with process-definition? |
Anhhv
Replies: 4 Views: 3004
|
Forum: General Discussion Posted: Fri Sep 07, 2007 6:22 pm Subject: Help me!How can i start application with process-definition? |
Can you talk more specific?
You want to start an application via a process definition when a trigger is fired.
You need to use the information in the APG to a) define this definition b) code th ... |
Topic: Help me!How can i start application with process-definition? |
Anhhv
Replies: 4 Views: 3004
|
Forum: General Discussion Posted: Fri Sep 07, 2007 2:04 am Subject: Help me!How can i start application with process-definition? |
By following the instructions in the Application Programming Guide in the chapter "Triggering"
You'll also find a number of posts in here that discuss a number of common issues a ... |
Topic: Help me!How can i start application with process-definition? |
Anhhv
Replies: 4 Views: 3004
|
Forum: General Discussion Posted: Fri Sep 07, 2007 1:34 am Subject: Help me!How can i start application with process-definition? |
Hi master. I'm a newbie in MQ.
I want to start application (or a job) that use process-definition when a trigger started. How can i do? thanks. [/code][/b] |