Author |
Message |
Topic: SSL Information Please??? |
HeadOffice
Replies: 1 Views: 4647
|
Forum: IBM MQ API Support Posted: Mon Nov 17, 2008 1:16 pm Subject: SSL Information Please??? |
Greetings all,
I have built a C# class layer over the MQ libraries and all works fine.
However, my queues are now going to be secured via SSL.
Can anyone point me to the general direction of what ... |
Topic: MQ Utility Software Testers Wanted |
HeadOffice
Replies: 0 Views: 3105
|
Forum: IBM MQ API Support Posted: Sat Jun 28, 2008 11:49 am Subject: MQ Utility Software Testers Wanted |
I've just completed (what I think) is a great set of developer tools including a handy MQ get/put/browse utility (Windows based I'm afraid).
I'm looking for testers who would like to contribute int ... |
Topic: Stripping RFHeader in C# |
HeadOffice
Replies: 2 Views: 3780
|
Forum: IBM MQ API Support Posted: Mon May 12, 2008 2:30 pm Subject: I could use XMS... |
... but rather than rewrite it's much easier to just strip off everything before the valid xml tag <?xml ...
gets the job done so I can take my time and look at XMS (though C# version only in be ... |
Topic: Browsing a queue in C# |
HeadOffice
Replies: 5 Views: 14019
|
Forum: IBM MQ API Support Posted: Mon May 12, 2008 10:00 am Subject: All fixed |
Yes, the queue opening flag was the secret.
Thank you very much.
I connect to the queue twice - once in browse mode and once in open mode. I browse for the message I'm after and then pass that t ... |
Topic: Stripping RFHeader in C# |
HeadOffice
Replies: 2 Views: 3780
|
Forum: IBM MQ API Support Posted: Mon May 12, 2008 9:58 am Subject: Stripping RFHeader in C# |
Hi,
I have no control over the sender of messages on a queue. They are using a Java implementation and writing messages with the RFHeader prepended to each message.
With my C# application, I'm pul ... |
Topic: Browsing a queue in C# |
HeadOffice
Replies: 5 Views: 14019
|
Forum: IBM MQ API Support Posted: Wed Apr 23, 2008 12:42 pm Subject: I do... |
Sorry -- should have been explicit. Yes, calling Get as follows (compiles cleanly - no errors or warnings)...
// msgGet already exists - so clear it out ready to work
msgGet.ClearMessage( ... |
Topic: Browsing a queue in C# |
HeadOffice
Replies: 5 Views: 14019
|
Forum: IBM MQ API Support Posted: Wed Apr 23, 2008 12:24 pm Subject: Browsing a queue in C# |
Am I missing something or does the documentation have its own steep learning curve?
I'm trying to browse messages from the queue (leaving them there for other applications) and from what I can tell ... |
Topic: Peek & Count???????? |
HeadOffice
Replies: 5 Views: 9391
|
Forum: IBM MQ API Support Posted: Thu Apr 10, 2008 10:01 am Subject: Re: Peek & Count |
I can't see "Browse" exposed as a method on the queue or queue manager classes. Any ideas where?
As for Counting - I'd just like to monitor how many messages on the queue.
Thanks for t ... |
Topic: Peek & Count???????? |
HeadOffice
Replies: 5 Views: 9391
|
Forum: IBM MQ API Support Posted: Thu Apr 10, 2008 9:45 am Subject: Peek & Count???????? |
I'm relatively new to MQ but have built a client able to connect, write to, read from and disconnect MQ queues. This has been done in C#.NET.
My 2 questions are:
1. Can I "peek" at a m ... |