Regarding connect with vb.net to ibm mq 9.1 - ibm-mq

Actually my application is migrating from vb to vb.net. So can anyone help that what are the steps to connect vb.net to IBM MQ 9.1 .

Related

WebSphere 9 upgrade with RAD 8.5

Our developers currently use the IBM RAD 8.5 to develop web applications (No enterprise Java beans (No J2EE), use Spring framework). The server team is planning to upgrade WebSphere from version 8 to version 9. Last I checked in the servers tab, RAD 8.5 supports WAS version 8, 8.5, and 8.5 Liberty profile. See screenshot.
Is it possible to continue to develop in RAD 8.5, and deploy to WebSphere 9 in the server environment? What kind of snag would I expect to run into? e.g. Assemble the WAR file in RAD 8.5, and deploy the WAR file in WAS 9.
Would there be any problem I should anticipate in the deployment descriptor? e.g. files like web.xml and application.xml?
Moving forward, is it better to use other IDE to do software development if we are not planning to upgrade RAD 8.5 to a newer version? Would MyEclipse(variant of Eclipse with better server support) or Eclipse IDE for Java EE Developers (oxygen) suffice? Do I also need the liberty profile?
https://developer.ibm.com/wasdev/downloads/liberty-profile-using-eclipse/
What kind of issues should I be expecting? Or continue using RAD 8.5 would be a better option?
Here are some of the stackoverflow links I had checked already. There are pretty high level.
what-are-the-differences-when-deploying-on-tomcat-vs-websphere
can-a-war-file-be-deployed-on-any-server
Thanks.
In my experience I could not use RAD 8.5 to control a v9 server. I could not use Java 8 in RAD 8.5. I would not expect RAD 8.5 to know about the newer versions of JPA, JAX-RS and other things in v9. You could continue to develop jee6 apps on a v8.5 server and then move them manually to a v9 server.
Liberty is worth a look but is not completely interchangeable. Liberty has features that traditional does not (MicroProfile) and lacks some older things that traditional has (JAX-RPC).
You might check out the WebSphere Developer Tools for Eclipse that have support for traditional v9. They're not as full featured as RAD but might be enough. More info is at https://www.ibm.com/support/knowledgecenter/en/was_beta/com.ibm.websphere.wdt.doc/topics/wdt_overview.htm
Adding to the information provided by Bruce, IBM had introduced OpenLiberty where one can deploy the war file built with RAD. Deploying to other application server (e.g. tomcatEE
) is possible, but it would require some work. OpenLiberty should be closest to the IBM Websphere in terms of setup and architecture.
Here are some links that provide more information.
OpenLiberty
IBM announces Open Liberty, an open source runtime for Java microservices
Difference between OpenLiberty and Websphere Liberty

Websphere Application Server v9.0 supported with which version of Rational Application Developer?

can someone help me, I'm trying to work with Websphere Application Server 9.0 but I need to work on IBM Rational Application Developer IDE for the use of sqlj. I tried to install IBM Rational Application Developer IDE version 8.0 but Websphere Application Server 9.0 is not supported with this IDE. Do I need to install IBM Rational Application Developer 9.0 IDE to work with Websphere Application Server 9.0? Or is there any other IDE that supports Websphere Application Server 9.0 and sqlj scripts both.
According this IBM KnowledgeCenter for IBM Rational Application Developer for WebSphere, it looks like RAD v9.6 is the lowest version to support Websphere Application Server 9.0.

Installing MQ Messenger

I have zero experience with Websphere MQ Messenger. I need to build a .NET application that will read from an 7.1 MQ Series queue, manipulate the message and write it to another queue.
I want to try and build a POC to do this. Is it possible to install a Websphere MQ server and client on a non networked Windows 7 machine to build this POC. If so, what MQ software do I need and are their trial versions available?
Thanks
You can install WebSphere MQ on a stand alone machine. Both queue manager and your .NET application must run on the same machine in that case. Download WMQ v7.5 server installation from IBM site. While installing choose to install Windows Client also. Server component is installed by default. After installation use WebSphere MQ Explorer to create queue manager. Many .NET samples are shipped with the product and you can find them in tools directory of WMQ. installation.

Configuring WebSphere Commerce Developer 6.0 to use WebSphere Application Server 6.1

Has anyone successfully configured WebSphere Commerce Developer 6.0 to use WAS 6.1 and RAD 7.0?
I'm working on a site implemented with IBM WebSphere Commerce Developer 6.0. In production the site runs on WebSphere Application Server 6.1, which is officially supported. We'd like to run our local developer environments on WAS 6.1 as well, but the migration instructions cover only stand-alone servers. Commerce Developer is limited to WAS 6.0 according to the documentation below:
http://publib.boulder.ibm.com/infocenter/wchelp/v6r0m0/index.jsp?topic=%2Fcom.ibm.commerce.admin.doc%2Ftasks%2Ftmgwas61.htm
We're hoping to be able to leverage Java 5 support and other features of WAS 6.1 while staying on WebSphere Commerce Developer 6.0. We have some portions of the code developed using Java 5, but currently we have to deploy this code to a stand-alone server to test, which is less than ideal.
Nope.. can't be done. The issue is that the runtime and tooling is all linked together.

Which IBM Websphere Server could support MAC OS?

Recently I'm using IBM Websphere Server for some estimates. Include:
- WebSphere AS Community Edition V2.0.0.1
- WebSphere AS Community Edition V2.1
- WebSphere AS v6.x
- WebSphere Portal Server v6.x
- WebSphere AS v7.0
but I'm really whether all of them could be supported by MAC OS X 10.6 or 10.7. Can someone help me with this?
For the non-community editions it's fairly easy. There is no OS X support at all. WebSphere 6.1/7 links below. For further details just search the vendor site. If you must select a commercial product I wonder why you do not consider WebSphere 8 as it supports JavaEE 6?
WebSphere 6.1 System Requirements
WebSphere 7 System Requirements
WebSphere Community Edition
WebSphere Application Server Liberty Profile V8.5 support Mac OS X but only for development, production is not supported by IBM.

Resources