Author |
Message |
Topic: [Compilation] WMQ - SUN OS - C++ |
Amazone
Replies: 1 Views: 2390
|
Forum: IBM MQ API Support Posted: Mon Jun 12, 2006 11:56 pm Subject: [Compilation] WMQ - SUN OS - C++ |
I've this code, and i want to compile it on a sunOs machine.
#include <iostream>
#include <string>
#include <imqi.hpp>
using namespace std;
int main ( int argc, ... |
Topic: problems compiling IMQ C++ samples |
Amazone
Replies: 12 Views: 20594
|
Forum: IBM MQ API Support Posted: Mon Jun 12, 2006 12:00 am Subject: problems compiling IMQ C++ samples |
I've got the same problem on Sun OS.
Did you found the solution ?
Thankx |
Topic: [Compile] Compile imqwrld.cpp |
Amazone
Replies: 1 Views: 2206
|
Forum: General Discussion Posted: Fri Jun 09, 2006 6:01 am Subject: [Compile] Compile imqwrld.cpp |
I try to compile imqwrld.cpp on a Sun OS.
g++ -limqb23as -limqc23as -lmqmcs -lmqmzse -lsocket -lnsl -ldl imqwrld.cpp -o imqwrld
And it don't work
Undefined first refer ... |
Topic: [Compile] compile amqscnxc.c |
Amazone
Replies: 1 Views: 2614
|
Forum: General IBM MQ Support Posted: Fri Jun 09, 2006 1:29 am Subject: [Compile] compile amqscnxc.c |
It's OK, i've found :
g++ -fsigned-char -I/usr/mqm/inc -L/opt/mqm/lib -limqb23as -lmqic -limqc23as -lmqmcs -lmqmzse -lsocket -lnsl -ldl amqscnxc.c -o amqscnxc |
Topic: [Compile] compile amqscnxc.c |
Amazone
Replies: 1 Views: 2614
|
Forum: General IBM MQ Support Posted: Fri Jun 09, 2006 12:51 am Subject: [Compile] compile amqscnxc.c |
hi,
I try to compile amqscnxc.c on an Sun OS plateform
I've try this command :
g++ -o amqscnxcamqscnxc.c -I/opt/mqm/inc -L/opt/mqm/lib -R/opt/mqm/lib -R/usr/lib/32 -limqb23as -limqc23as -lmqmcs - ... |
Topic: [C++ / UNIX] |
Amazone
Replies: 4 Views: 4162
|
Forum: General IBM MQ Support Posted: Thu Jun 01, 2006 4:11 am Subject: [C++ / UNIX] |
humm
Well, i'm not familiar with this platform...
I use to work on a microsoft platform in .Net...
I acknowledge that it's over my control
i'll try to use the first sample
thanks f ... |
Topic: [C++ / UNIX] |
Amazone
Replies: 4 Views: 4162
|
Forum: General IBM MQ Support Posted: Thu Jun 01, 2006 3:36 am Subject: [C++ / UNIX] |
well done!
i've found a solution on :
http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=/com.ibm.mq.amqzan.doc/amq5421.htm
it makes :
gcc -o amqsget0 amqsget0.c -I/produits ... |
Topic: [C++ / UNIX] |
Amazone
Replies: 4 Views: 4162
|
Forum: General IBM MQ Support Posted: Thu Jun 01, 2006 2:48 am Subject: [C++ / UNIX] |
Hi,
I want to make read message on a wmq queue.
I use C++ on an Unix (SunOS) machine, and MQ Series client 5.3.0.12 .
MQ Series Client is installed in /produits/MQClient.5.3/
I want to co ... |
Topic: MQRC_HCONN_ERROR |
Amazone
Replies: 3 Views: 4606
|
Forum: IBM MQ API Support Posted: Mon Nov 07, 2005 2:38 am Subject: MQRC_HCONN_ERROR |
Hi!
I've made a windows service in C# that allow me to duplicate message betwen file, using thread and MTS, on a server binding connection.
I've a MQRC_HCONN_ERROR, and i don't know how to solve ... |
Topic: MQRC_HANDLE_IN_USE_FOR_UOW |
Amazone
Replies: 3 Views: 3438
|
Forum: IBM MQ API Support Posted: Tue Oct 18, 2005 12:15 am Subject: MQRC_HANDLE_IN_USE_FOR_UOW |
how can I ensure myself that my thread do not try to use the same connection handle ? |
Topic: MQOO_INQUIRE |
Amazone
Replies: 3 Views: 8549
|
Forum: IBM MQ API Support Posted: Mon Oct 17, 2005 6:28 am Subject: MQOO_INQUIRE |
yes, sorry.
I'll return on my first post  |
Topic: MQOO_INQUIRE |
Amazone
Replies: 3 Views: 8549
|
Forum: IBM MQ API Support Posted: Mon Oct 17, 2005 5:36 am Subject: MQOO_INQUIRE |
Hi,
i've posted a message on MQRC_HANDLE_IN_USE_FOR_UOW this afternoon.
I've made lot of test and changes. Now, i've got error when i try to put a message in the queue.
Now, i've this error : ... |
Topic: MQRC_HANDLE_IN_USE_FOR_UOW |
Amazone
Replies: 3 Views: 3438
|
Forum: IBM MQ API Support Posted: Mon Oct 17, 2005 3:12 am Subject: MQRC_HANDLE_IN_USE_FOR_UOW |
Yeah, i've define a transaction attribute on my class :
[Transaction(TransactionOption.RequiresNew)]
public class WmqComponent : ServicedComponent
{...} |
Topic: MQRC_HANDLE_IN_USE_FOR_UOW |
Amazone
Replies: 3 Views: 3438
|
Forum: IBM MQ API Support Posted: Mon Oct 17, 2005 2:05 am Subject: MQRC_HANDLE_IN_USE_FOR_UOW |
Hi,
I developed a service of duplication of file WMQ, in C#.
This service use threads to manage duplication's queues.
I use server bindings connection. My service runs on the same machine than WM ... |