Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
  • Products & Services

    Products

    Support

    • Production Support
    • Development Support
    • Product Life Cycles

    Services

    • Consulting
    • Technical Account Management
    • Training & Certifications

    Documentation

    • Red Hat Enterprise Linux
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenStack Platform
    • Red Hat OpenShift Container Platform
    All Documentation

    Ecosystem Catalog

    • Red Hat Partner Ecosystem
    • Partner Resources
  • Tools

    Tools

    • Troubleshoot a product issue
    • Packages
    • Errata

    Customer Portal Labs

    • Configuration
    • Deployment
    • Security
    • Troubleshoot
    All labs

    Red Hat Insights

    Increase visibility into IT operations to detect and resolve technical issues before they impact your business.

    Learn More
    Go to Insights
  • Security

    Red Hat Product Security Center

    Engage with our Red Hat Product Security team, access security updates, and ensure your environments are not exposed to any known security vulnerabilities.

    Product Security Center

    Security Updates

    • Security Advisories
    • Red Hat CVE Database
    • Security Labs

    Keep your systems secure with Red Hat's specialized responses to security vulnerabilities.

    View Responses

    Resources

    • Security Blog
    • Security Measurement
    • Severity Ratings
    • Backporting Policies
    • Product Signing (GPG) Keys
  • Community

    Customer Portal Community

    • Discussions
    • Private Groups
    Community Activity

    Customer Events

    • Red Hat Convergence
    • Red Hat Summit

    Stories

    • Red Hat Subscription Value
    • You Asked. We Acted.
    • Open Source Communities
Or troubleshoot an issue.

Select Your Language

  • English
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Virtualization
  • Red Hat Identity Management
  • Red Hat Directory Server
  • Red Hat Certificate System
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Update Infrastructure
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat CloudForms
  • Red Hat OpenStack Platform
  • Red Hat OpenShift Container Platform
  • Red Hat OpenShift Data Science
  • Red Hat OpenShift Online
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat CodeReady Workspaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat Single Sign On
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Thorntail
  • Red Hat build of Eclipse Vert.x
  • Red Hat build of OpenJDK
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Integration
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
  • Red Hat JBoss Data Virtualization
  • Red Hat Process Automation
  • Red Hat Process Automation Manager
  • Red Hat Decision Manager
All Products
Red Hat Product Errata RHBA-2011:1339 - Bug Fix Advisory
Issued:
2011-09-28
Updated:
2011-09-28

RHBA-2011:1339 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

Red Hat Enterprise MRG Messaging 2.0.3 bug fix update

Type/Severity

Bug Fix Advisory

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated Red Hat Enterprise MRG Messaging packages that fix several bugs are now
available for Red Hat Enterprise MRG 2.0.3 for Red Hat Enterprise Linux 5.

Description

Red Hat Enterprise MRG (Messaging, Realtime and Grid) is a real-time IT
infrastructure for enterprise computing. MRG Messaging implements the Advanced
Message Queuing Protocol (AMQP) standard, adding persistence options, kernel
optimizations, and operating system services.

This update provides fixes for the following bugs:

  • According to the JMS specification, concurrently executing clients cannot use

the same client ID. Previously, it was possible to allow multiple connections to
use the same client ID. With this update, it is no longer possible to define
such clients. Note that you need to enable the verify client ID feature to
prevent the clients from having identical IDs (-Dqpid.verify_client_id=true).
(BZ#704547)

  • The Connection.getJMSXPropertyNames() method returned a usable enumeration

only when called for the first time. If the user called the
getJMSXPropertyNames() method multiple times, the method returned empty
enumerations. This happened because the system overwrote the first created
enumeration with the subsequent call of getJMSXProperyNames(). With this update,
the underlying code has been changed and getJMSXPropertyNames() returns the
enumeration with the property names as expected. (BZ#704566)

  • The system threw a SessionException if a session was committed after a

transaction had exceeded the queue limit (max-queue-size). This caused the
client to fail to handle the error. The system now throws a JMSException under
these circumstances and client can recover with the JMSException as expected.
(BZ#712011)

  • In a clustered environment, the system threw a SessionException when a session

was committed after a failover using the session.commit() method. Because the
client application code did not receive a standard JMSException, it could fail
to recover. The system now throws a JMSException under these circumstances and
the client recovers as expected. (BZ#723750)

  • When a connection was created with newly specified credentials, the Java

client cached the new credentials and overwrote the default credentials provided
by the connection URL. As a result, when a new connection was created without
credentials, the connection used the cached credentials and the authentication
could fail. With this update, the credentials specified at a connection creation
are not cached and the default credentials for connections without credentials
are used as expected. (BZ#726050)

  • A queue bound to the default exchange dropped messages with a subject. This

happened because the routing key was wrongly using the message subject as the
queue name. The underlying code has been changed and such messages are now
delivered to the queue. (BZ#726712)

  • Previously, the system threw a javax.naming.NameNotFoundException if the JNDI

file definition in the executed program defined a JNDI file with a syntax error.
However, this is not appropriate as the program cannot access the JNDI file and
the execution should be therefore interrupted. Such internal exceptions are now
re-thrown as ConfigurationExceptions with the message "Failed to parse JNDI
properties file" and the program is interrupted. (BZ#728484)

  • The broker ignored QMFv2 requests sent from a Java client because the requests

did no have the app-id set. The requests are now sent with the app-id and the
messages are processed as expected. (BZ#732534)

Users of the Realtime capabilities of Red Hat Enterprise MRG 2.0, which is
layered on Red Hat Enterprise Linux 5, are advised to upgrade to these updated
packages, which fix these bugs.

Solution

Before applying this update, make sure all previously-released errata relevant
to your system have been applied.

This update is available via the Red Hat Network. Details on how to use the Red
Hat Network to apply this update are available at
https://access.redhat.com/kb/docs/DOC-11259

Affected Products

  • Red Hat Enterprise MRG Messaging 2 for RHEL 5 x86_64
  • Red Hat Enterprise MRG Messaging 2 for RHEL 5 i386

Fixes

  • BZ - 704566 - JMS Connection.getMetaData returns a usable enumeration only on the first call to getMetaData
  • BZ - 726712 - Sending message with a subject to a queue fails
  • BZ - 732534 - Can't send QMFv2 requests from JMS due to inability to set app-id

CVEs

(none)

References

(none)

Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise MRG Messaging 2 for RHEL 5

SRPM
qpid-java-0.10-9.el5.src.rpm SHA-256: c6fd2bac2d2e641e6b1cbed45a6ec7d3a40b05763c253e74336dcea5e0f2c102
x86_64
qpid-java-client-0.10-9.el5.noarch.rpm SHA-256: 931f840a173b83d834bf700ef11bda98e36c1005dfa2bf222c90b56f51d8b793
qpid-java-common-0.10-9.el5.noarch.rpm SHA-256: fa2daa5898e6cb2c8c1cc68f5768f319e5ae6c4a9c3cf64b8e7ba851adbba04a
qpid-java-example-0.10-9.el5.noarch.rpm SHA-256: cfdff9fc91ad740a81df1e39b26b7de47f7f049a9cf94db4ff146c95027e9637
i386
qpid-java-client-0.10-9.el5.noarch.rpm SHA-256: 931f840a173b83d834bf700ef11bda98e36c1005dfa2bf222c90b56f51d8b793
qpid-java-common-0.10-9.el5.noarch.rpm SHA-256: fa2daa5898e6cb2c8c1cc68f5768f319e5ae6c4a9c3cf64b8e7ba851adbba04a
qpid-java-example-0.10-9.el5.noarch.rpm SHA-256: cfdff9fc91ad740a81df1e39b26b7de47f7f049a9cf94db4ff146c95027e9637

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

About

  • Red Hat Subscription Value
  • About Red Hat
  • Red Hat Jobs
Copyright © 2022 Red Hat, Inc.
  • Privacy Statement
  • Customer Portal Terms of Use
  • All Policies and Guidelines
Red Hat Summit
Twitter