Author |
Message |
Topic: Named Pipes |
Nroblex
Replies: 4 Views: 5457
|
Forum: IBM MQ API Support Posted: Wed Sep 08, 2010 12:10 am Subject: Named Pipes |
Hello gurus!
I have an application using the MQ API for .NET to put messages to a IBM MQ queue. I want to be surtain that Named Pipes are not involved?
Many thanks in advance
//Nroblex |
Topic: Putting Messages to MQ |
Nroblex
Replies: 1 Views: 3594
|
Forum: IBM MQ API Support Posted: Tue May 13, 2008 5:38 am Subject: Putting Messages to MQ |
Hello Profs!
I have a question I might get help with?
I want to put messages on an MQ server from a client written in C#. The client runs as a windows service and on that machine MQ is not avail ... |
Topic: Connect to remote MQServer via Client |
Nroblex
Replies: 6 Views: 7695
|
Forum: IBM MQ API Support Posted: Mon Apr 28, 2008 3:42 am Subject: Even more confused ? |
I used the qmqmdnet as reference in my project ("IBM\Websphere MQ\bin") I suppose this is the server lib ? By using this I can use the IBM.WMQ namespace in my application, is that wrong ?
... |
Topic: Connect to remote MQServer via Client |
Nroblex
Replies: 6 Views: 7695
|
Forum: IBM MQ API Support Posted: Mon Apr 28, 2008 2:45 am Subject: Connect to remote MQServer via Client |
Thanks for the answer!
"Was this connection achieved using a client or a server lib? "
How do I know that? On my laptop I have installed a developer license of MQ server. I also installe ... |
Topic: Connect to remote MQServer via Client |
Nroblex
Replies: 6 Views: 7695
|
Forum: IBM MQ API Support Posted: Mon Apr 28, 2008 2:15 am Subject: Connect to remote MQServer via Client |
Hello MQexperts
I have a perhaps simple question for you. I would be very happy if someone could give me a hint what is wrong.
I have developed a C# client application and I have a MQ server in ... |
Topic: Get all messages from QUEUE? |
Nroblex
Replies: 2 Views: 2827
|
Forum: General Discussion Posted: Thu Apr 24, 2008 3:41 am Subject: Get all messages from QUEUE? |
Hello profs!
As a newbie I wonder how to get all messages from the MQQueue. I know the queuename, queuemanager etc.
I am writing an applicaion in C# and I use the client to connect to a IBM MQ ... |
Topic: ERROR 2033, MQRC_NO_MSG_AVAILABLE, But messages in queue |
Nroblex
Replies: 19 Views: 38952
|
Forum: IBM MQ API Support Posted: Thu Apr 17, 2008 11:39 am Subject: ERROR 2033, MQRC_NO_MSG_AVAILABLE, But messages in queue |
Thanks Vitor!
So if I have a connection and I do not get an exeption when posting the message, the message has arrived ?? Without any kind of reciept?
And if I must have a COA, do I need to conf ... |
Topic: ERROR 2033, MQRC_NO_MSG_AVAILABLE, But messages in queue |
Nroblex
Replies: 19 Views: 38952
|
Forum: IBM MQ API Support Posted: Thu Apr 17, 2008 6:09 am Subject: ERROR 2033, MQRC_NO_MSG_AVAILABLE, But messages in queue |
Thanks again my friends!
Is it possible anyone could send me a pice of code example on this ??
I want to post a message on the queue, that is ok, but I also want some confirmation that the messa ... |
Topic: ERROR 2033, MQRC_NO_MSG_AVAILABLE, But messages in queue |
Nroblex
Replies: 19 Views: 38952
|
Forum: IBM MQ API Support Posted: Wed Apr 16, 2008 12:08 pm Subject: ERROR 2033, MQRC_NO_MSG_AVAILABLE, But messages in queue |
Hello and thanks for the answer
I can see the message in the PMCqueue, if I browse with MQ explorer. This is really the message I sent. But I supposed I should be able to see the message replay in ... |
Topic: ERROR 2033, MQRC_NO_MSG_AVAILABLE, But messages in queue |
Nroblex
Replies: 19 Views: 38952
|
Forum: IBM MQ API Support Posted: Wed Apr 16, 2008 5:10 am Subject: ERROR 2033, MQRC_NO_MSG_AVAILABLE, But messages in queue |
Thanks for your replies!
My question is ; Why does not this piece of code work?? :
responseQueue.Get(responseMessage, getOption);
After I have posted the message with the "put" ... |
Topic: ERROR 2033, MQRC_NO_MSG_AVAILABLE, But messages in queue |
Nroblex
Replies: 19 Views: 38952
|
Forum: IBM MQ API Support Posted: Wed Apr 16, 2008 3:53 am Subject: ERROR 2033, MQRC_NO_MSG_AVAILABLE, But messages in queue |
Hello I am new to MQ and I really need some help from you profs. So thanks in advance!
Here is my question:
I Have installed MQ server on a ordernary windows XP machine and created a queuemanage ... |