Author |
Message |
Topic: Channel automation! |
Calypso
Replies: 19 Views: 10865
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Nov 04, 2009 7:07 am Subject: Channel automation! |
Oh no shame on me
Ok I will have a look at it.
But may be that the reason for the third machine is an other.
Thanks so far! |
Topic: Channel automation! |
Calypso
Replies: 19 Views: 10865
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Nov 04, 2009 7:01 am Subject: Channel automation! |
Sorry I thought you ment running under the queuemanager!
I have two queuemanager on each machine and for each queuemanager
there is a process 'runmqchi.exe' running, yes! |
Topic: Channel automation! |
Calypso
Replies: 19 Views: 10865
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Nov 04, 2009 6:47 am Subject: Channel automation! |
@bruce2359
Where can I find the channel initiator? |
Topic: Channel automation! |
Calypso
Replies: 19 Views: 10865
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Nov 04, 2009 6:45 am Subject: Channel automation! |
I emptied the Transmissionqueue and started the application again,
which generates the messages.
I looked at the event viewer, but the only thing I saw was the
stop and start action I executed seve ... |
Topic: Message Grouping with C# |
Calypso
Replies: 12 Views: 14674
|
Forum: IBM MQ API Support Posted: Wed Nov 04, 2009 5:40 am Subject: Message Grouping with C# |
My settings were correct. I only put the message into the wrong queue.
The Queuemanager sets the GroupID and the sequence number himself.
Here is the modified and final code for my task:
/// ... |
Topic: Channel automation! |
Calypso
Replies: 19 Views: 10865
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Nov 04, 2009 5:09 am Subject: Channel automation! |
Thanks for your help. Here is the result:
I used the MS03 SupportPac and got the attached listing with the definitions
of the queuemanager, the remotequeue, the transmissionqueue, the sender channel ... |
Topic: Channel automation! |
Calypso
Replies: 19 Views: 10865
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Nov 03, 2009 6:23 am Subject: Channel automation! |
Exists a simple way to do it, or should I post it by screenshots? |
Topic: Channel automation! |
Calypso
Replies: 19 Views: 10865
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Nov 03, 2009 4:43 am Subject: Channel automation! |
Hi together,
I already installed and configured five times IBM Websphere MQ 6.0
on different computer. On each machine I configured two Queuemanager
with Transmission Queue and Sender Channel.
... |
Topic: Message Grouping with C# |
Calypso
Replies: 12 Views: 14674
|
Forum: IBM MQ API Support Posted: Tue Nov 03, 2009 1:19 am Subject: Message Grouping with C# |
It is working
Thanks a lot for your help! |
Topic: Message Grouping with C# |
Calypso
Replies: 12 Views: 14674
|
Forum: IBM MQ API Support Posted: Thu Oct 22, 2009 6:35 am Subject: Message Grouping with C# |
Now I find the difference between my application and rfhutil!
In my application I put every message into the remote queue.
But under rfhutil I selected the transmission queue. Sorry for that!
But ... |
Topic: Message Grouping with C# |
Calypso
Replies: 12 Views: 14674
|
Forum: IBM MQ API Support Posted: Thu Oct 22, 2009 3:34 am Subject: Message Grouping with C# |
Hello again,
I have a lot of work sorry
[img]
http://www.business-connector.de/img/rfhutil.jgp.JPG
[/img]
This image shows the settings of 'rfhutil' after the 'Write to Queue' action.
... |
Topic: Message Grouping with C# |
Calypso
Replies: 12 Views: 14674
|
Forum: IBM MQ API Support Posted: Mon Oct 19, 2009 12:09 am Subject: Message Grouping with C# |
Thanks for your reply!
You can generate a simple Group already with one Message.
That works fine with rfhutil.exe and that is what I tried in the
code above.
1. Here are my options:
mqMsg1. ... |
Topic: Message Grouping with C# |
Calypso
Replies: 12 Views: 14674
|
Forum: IBM MQ API Support Posted: Fri Oct 16, 2009 12:01 pm Subject: Message Grouping with C# |
Ok here is the modified code with Backout(), Commit() and
active 'MQPMO_SYNCPOINT':
///
/// Try to create an MQQueueManager instance
///
try
{
mqQMgr ... |
Topic: Message Grouping with C# |
Calypso
Replies: 12 Views: 14674
|
Forum: IBM MQ API Support Posted: Fri Oct 16, 2009 10:50 am Subject: Message Grouping with C# |
Sorry, I did not understand. What do you mean with commit or backout?
Here is my whole code for that:
///
/// Try to create an MQQueueManager instance
///
try
{
... |
Topic: Message Grouping with C# |
Calypso
Replies: 12 Views: 14674
|
Forum: IBM MQ API Support Posted: Fri Oct 16, 2009 5:26 am Subject: Message Grouping with C# |
Hello together,
I already worked several years with IBM Websphere MQ under C++ and now C#.
But now I got a problem with the function of message grouping.
Here is a simple code:
m ... |