in different environments, applications, data conversion" /> Running applications in the WebSphere MQ client environment
Home

 

Running applications in the WebSphere MQ client environment

We can run a WebSphere MQ application both in a full WebSphere MQ environment and in a WebSphere MQ client environment without changing your code, provided that:

Note:
The libraries you use at link-edit time determine the environment in which your application must run.

When working in the WebSphere MQ client environment, remember that :

  • Each application running in the WebSphere MQ client environment has its own connections to servers. It will have one connection to each server it requires, a connection being established with each MQCONN or MQCONNX call the application issues.

  • An application sends and gets messages synchronously.

  • All data conversion is done by the server, but see also MQCCSID.



 

Home