Using Microsoft .NET (VS2010) with WebSphere Message Broker V8
I recently upgraded from MB7 and MBT7 to MB8 and MBT8
One of the first features I wanted to try out was the ability for MBT8 to import a .NET assembly
All was fine on the MBT8 side of things and I was able to create my basic Message Broker Project
However when I launched Visual Studio C# and selected New Project
I could not find any project templates for Message Broker
To install these template project wizards I had to run the following from a command prompt
C:\Program Files\IBM\WMBT800\wmbt\vsixinstall.bat
I assume the vsix stands for Visual Studio Extensions
And it worked
One of the first features I wanted to try out was the ability for MBT8 to import a .NET assembly
All was fine on the MBT8 side of things and I was able to create my basic Message Broker Project
However when I launched Visual Studio C# and selected New Project
I could not find any project templates for Message Broker
To install these template project wizards I had to run the following from a command prompt
C:\Program Files\IBM\WMBT800\wmbt\vsixinstall.bat
I assume the vsix stands for Visual Studio Extensions
And it worked
Comments
Post a Comment