languages supported, using, C++ applications, linking" />
Home
Building applications for WebSphere MQ clients
This chapter lists points to consider when running an application in an WebSphere MQ client environment, and describes how to link your application code with the WebSphere MQ client code.
It discusses the following topics:
- Running applications in the WebSphere MQ client environment
- Triggering in the client environment
- Linking C applications with the WebSphere MQ client code
- Linking C++ applications with the WebSphere MQ client code
- Linking COBOL applications with the WebSphere MQ client code
- Linking Visual Basic applications with the WebSphere MQ client code
If an application is to run in a client environment, we can write it in the languages shown in the following table:
Table 18. Programming languages supported in client environments Client platform C C++ COBOL Visual Basic AIX Yes Yes Yes HP-UX Yes Yes Yes Linux Yes Yes Solaris Yes Yes Yes Windows Yes Yes Yes Yes
Home