Author |
Message |
Topic: XA transaction not working with unixODBC on DB2 |
mandy13
Replies: 9 Views: 11590
|
Forum: IBM MQ API Support Posted: Thu Apr 10, 2014 7:03 am Subject: XA transaction not working with unixODBC on DB2 |
Did you db2 update dbm cfg using TP_MON_NAME mqmax?
DB2 is configured to use TP_MON_NAME as mqmax |
Topic: XA transaction not working with unixODBC on DB2 |
mandy13
Replies: 9 Views: 11590
|
Forum: IBM MQ API Support Posted: Thu Apr 10, 2014 6:29 am Subject: XA transaction not working with unixODBC on DB2 |
Some more information:
My MQ Server and the application program are on the same host but DB2 resides on a different host.
Also with the same setup XA transactions work fine with embedded SQL but ... |
Topic: XA transaction not working with unixODBC on DB2 |
mandy13
Replies: 9 Views: 11590
|
Forum: IBM MQ API Support Posted: Thu Apr 10, 2014 6:23 am Subject: XA transaction not working with unixODBC on DB2 |
Disconnecting from the database before committing doesn't sound right.
Neither does MQBEGIN before connecting to the database.
I have already tried disconnecting after committing and MQBEGIN aft ... |
Topic: XA transaction not working with unixODBC on DB2 |
mandy13
Replies: 9 Views: 11590
|
Forum: IBM MQ API Support Posted: Wed Apr 09, 2014 10:54 pm Subject: XA transaction not working with unixODBC on DB2 |
Hi,
I am trying to get XA transactions work using unixODBC driver for DB2 database and WMQ Manager
Default Auto Commit has been turned off
Following are the configurations:
UnixODBC => odbc ... |
Topic: Store msgId in database |
mandy13
Replies: 16 Views: 19539
|
Forum: IBM MQ API Support Posted: Wed Mar 12, 2014 8:30 pm Subject: Store msgId in database |
I suspect that the browsed message and MsgId stored in a DB is a part of a larger business process; and answers the question 'where was I?' if the flow is interrupted.
You got it right bruce.. That ... |
Topic: Store msgId in database |
mandy13
Replies: 16 Views: 19539
|
Forum: IBM MQ API Support Posted: Tue Mar 11, 2014 6:58 am Subject: Store msgId in database |
Guys i totally agree to your point on syncpointing. But my application demands the following design.
Continuously browse the MQ and store the messages in an internal priority queue. The message that ... |
Topic: Store msgId in database |
mandy13
Replies: 16 Views: 19539
|
Forum: IBM MQ API Support Posted: Mon Mar 10, 2014 9:42 am Subject: Store msgId in database |
I stored the msgId in an unsigned char and inserted in database using the format specifier %s but odbc gave an error saying end of string "'" could not be found in which msgId was enclosed.
... |
Topic: Store msgId in database |
mandy13
Replies: 16 Views: 19539
|
Forum: IBM MQ API Support Posted: Mon Mar 10, 2014 9:01 am Subject: Re: Store msgId in database |
I am doing a browse operation and storing the msgId's in database and selectively removing the messages using the msgId stored in database.
Aside from the very valid questions of my associate, why ... |
Topic: Store msgId in database |
mandy13
Replies: 16 Views: 19539
|
Forum: IBM MQ API Support Posted: Mon Mar 10, 2014 8:50 am Subject: Store msgId in database |
I stored the msgId in an unsigned char [24] and inserted in database using the format specifier %s but odbc gave an error saying end of string "'" could not be found in which msgId was enclo ... |
Topic: Store msgId in database |
mandy13
Replies: 16 Views: 19539
|
Forum: IBM MQ API Support Posted: Mon Mar 10, 2014 7:36 am Subject: Store msgId in database |
Hi,
I am trying to store msgId (message id) returned by MQGET in database using a c++ program. Can you tell me how can i effectively store this message id (MQBYTE24) using unixodbc.
I am doing ... |
Topic: Duplicating Queues |
mandy13
Replies: 8 Views: 7186
|
Forum: IBM MQ API Support Posted: Mon Sep 30, 2013 11:37 pm Subject: Duplicating Queues |
What do you mean by 'as Q1 is an alias queue'?
the data in alias queue gets relayed to a topic and not available for read.
What what is the TARGET of the alias?
TARGET of alias is a top ... |
Topic: Duplicating Queues |
mandy13
Replies: 8 Views: 7186
|
Forum: IBM MQ API Support Posted: Sun Sep 29, 2013 8:42 pm Subject: Duplicating Queues |
Thanks PeterPotkay for your suggestion.
The queue managers are connected with SNDR/RCVR channels.
The problem is app A which reads from Q1 (on Queue Manager QMA) is not able to get the data as Q ... |
Topic: Duplicating Queues |
mandy13
Replies: 8 Views: 7186
|
Forum: IBM MQ API Support Posted: Fri Sep 27, 2013 1:55 am Subject: Duplicating Queues |
Just some additional information
The queues reside on separate queue managers.
Thanks,
mandy |
Topic: Duplicating Queues |
mandy13
Replies: 8 Views: 7186
|
Forum: IBM MQ API Support Posted: Thu Sep 26, 2013 11:47 pm Subject: Duplicating Queues |
Hi,
I have 2 queues say Q1 and Q2. When I insert messages using MQPUT into Q1, is there any way that this message be replicated into Q2?
Does WMQ have support for queue copy?
Thanks,
mandy |
Topic: Fetching Queue Name |
mandy13
Replies: 8 Views: 4635
|
Forum: General IBM MQ Support Posted: Thu Sep 26, 2013 1:46 am Subject: Fetching Queue Name |
Thanks Paul and wmbwmq for your suggestions. |