About Ashish Khandelwal
I am Ashish Khandelwal from Pune (INDIA) and working as an Architect for one of the leading Software Development MNCs . I am having 10+ years of experience in software development field. My expertise is in .Net, C#, SQL Server, ASP.Net, WCF, Crystal Report, VB.Net, XML Web Services, XML, System Analysis and Design. I have also worked on area like .Net Remoting, Oracle, HTML, Commerce Server, BizTalk Server, IBM MQ 6.0, FxCop.
I am PMI Certified PMP (Project Management Professional).
I have got the Microsoft Most Valuable Professional (MVP) Award.
I believe in knowledge sharing because this is the only way to learn from other’s experience, and will help you to multiply your knowledge. In my 10+ years of experience I have worked on several technologies and experienced hundreds of real-time technical issues. I found blog is the best channel to share this knowledge and take a view from others.
This will be my try to always share the knowledge I have, share the experiences which I will gain.
The best thing I like most about my profession is – “The Challenges”, I think most of we like this. We always have something new to do, something new to learn, something new to achieve, and when we achieve the great level of satisfaction we feel. I think that’s a beauty of software development profession.
Thanks for your time,
Ashish Khandelwal

eMail: AshishKhandelwal@arkutil.com
Twitter: http://www.twitter.com/AK_indian
Click here for MSDN form profile
Click here to see Microsoft MVP profile


Dear Ashish,
I have read your entry in the MQSeries.Net forum, where you described a problem with WebSphere MQ 7.0:
We are migrating from .Net Framework 1.1, MQ V6.0, Windows 2003 to .Net Framework 3.5, MQ V7.0.1.0, Windows 2008. We have observed that with new setup there is delay of 1.5 mins when .net application tries to establish first connection with the Queue. For all next connection there were no delay observed.
I have exactly the same problem. Unfortunately there is no real solution described in this forum.
Have you had the problem fixed? What was the reason for the delay?
I have found, that the program will only have the delay when it is run under certain user-ids. With other user-ids there is no delay. However I cannot see any difference in the user profiles.
I would be grateful, if you could help me with this problem
Kind regards,
Karl-Heinz Pichler
Wels – Austria
Hi Pichler,
For first connection, .Net application tries to verify the certification in which MQ version 7.0. the certification is required to verification through the internet. this is the basic reason it takes time, here also, if internet not found, .Net does 1-3 times retry. you need to disable this verifiction process because normally we do need verification.
Add the xml tag “generatepublisherevidence enabled=”false”" under “runtime” element
into the app.config as below:
Please check this link for the further explanation.
http://www-01.ibm.com/support/docview.wss?rs=171&context=SSFKSJ&context=SSEP7X&q1=connection+delay&uid=swg21394928&loc=en_US&cs=utf-8&lang=en
Hope this will help you.
Thanks,
Ashish Khandelwal