MQ Message Encryption (MQME) is a solution that provides encryption for WebSphere MQ message data while it resides in a queue and in the MQ logs. It uses AES and offers the ability to control who accesses protected queues. This control is obtained through the use of UserID grouping, and group files are similar to the Unix /etc/group file. It also has the ability to generate and validate messages using a SHA-2 digital signature.
| Tags | WebSphere MQ MQSeries WMQ Security |
|---|---|
| Licenses | Commercial |
| Operating Systems | AIX HP-UX Linux iSeries OS/400 Solaris Windows |
| Implementation | WebSphere MQ C |
Recent releases


Release Notes: A new UserIDsForPut keyword was added, which restricts who can put messages into a queue. An issue with MQClose and files being left open, a non-threading issue on AIX, a bug in MQCallback with the MQGMO v4 structure, and a bug when using Perform=B and a XMIT queue were fixed. Code was added to handle the case when the data length value passed to the exit is larger than the real data length. The logger was updated.