Author |
Message |
Topic: Unit Testing in .net |
ninjaprogrammer
Replies: 9 Views: 9014
|
Forum: IBM MQ API Support Posted: Thu Mar 03, 2011 3:28 am Subject: Unit Testing in .net |
Regardless, you can use basic MQ .NET methods to write PCF fields into a message, even if the .NET classes do not provide a helper method for the CLEAR command.
Cant find any examples on howthis ... |
Topic: Unit Testing in .net |
ninjaprogrammer
Replies: 9 Views: 9014
|
Forum: IBM MQ API Support Posted: Wed Mar 02, 2011 8:00 am Subject: Unit Testing in .net |
runmqsc is not included as part of the client tools. Is there a similiar version for the client tools. |
Topic: Unit Testing in .net |
ninjaprogrammer
Replies: 9 Views: 9014
|
Forum: IBM MQ API Support Posted: Wed Mar 02, 2011 7:27 am Subject: Unit Testing in .net |
I had read about these on other pot but unsure how i shouild call them using .net and indeed which namespace i need to include. |
Topic: Unit Testing in .net |
ninjaprogrammer
Replies: 9 Views: 9014
|
Forum: IBM MQ API Support Posted: Wed Mar 02, 2011 6:56 am Subject: Unit Testing in .net |
Im using the lateest version of XMS (2.0.0.4) and im trying to find some way of clearing the Queue each time i run a unit test. I want to make sure that there is no duff messags on the Queue before i ... |
Topic: SSL and .Net Problems |
ninjaprogrammer
Replies: 10 Views: 13353
|
Forum: IBM MQ Security Posted: Wed Mar 02, 2011 6:52 am Subject: SSL and .Net Problems |
The only error im getting in the client side logs is
AMQ9464 Channel SUPPORT.SVRCONN could not connct to any LDAP CRL servers. |
Topic: SSL and .Net Problems |
ninjaprogrammer
Replies: 10 Views: 13353
|
Forum: IBM MQ Security Posted: Wed Mar 02, 2011 1:29 am Subject: SSL and .Net Problems |
Well, you answered the question of what version you were using on the client side, but not one of the others so I'll ask again: is the client certificate also held in the queue manager key store (f.Se ... |
Topic: SSL and .Net Problems |
ninjaprogrammer
Replies: 10 Views: 13353
|
Forum: IBM MQ Security Posted: Wed Mar 02, 2011 12:41 am Subject: SSL and .Net Problems |
[quote="bruce2359"]You want to use SSL, but ignore certificate revocations?[/quote]
How do you set it to do that is what im really after.
As when i was using the Version 6 Dll it all work ... |
Topic: SSL and .Net Problems |
ninjaprogrammer
Replies: 10 Views: 13353
|
Forum: IBM MQ Security Posted: Wed Mar 02, 2011 12:37 am Subject: SSL and .Net Problems |
Sorry was typing from one machine to another its using the correct sertificate as it was one i used in the old program that i wrote using the older amqmdnet.dll
f.SetStringProperty(XMSC.WMQ_SSL_KEY_R ... |
Topic: SSL and .Net Problems |
ninjaprogrammer
Replies: 10 Views: 13353
|
Forum: IBM MQ Security Posted: Tue Mar 01, 2011 8:32 am Subject: SSL and .Net Problems |
dont know if this will be a light bulb moment for anyone but from what i can see this is being caused by my app being unable to cntact the LDAP CRL to check if the certificate is valid. However this c ... |
Topic: SSL and .Net Problems |
ninjaprogrammer
Replies: 10 Views: 13353
|
Forum: IBM MQ Security Posted: Tue Mar 01, 2011 6:45 am Subject: SSL and .Net Problems |
Afternoon
I'm having a connection problem when i'm tryin to set up a connection to a MQ V6 QueueManager and a .net client using IBM.XMS namespace.
i'msetting up the connection like this
XMSFactor ... |