Connection consumers are queues or topics that retrieve JMS server sessions and process messages. After you define a session pool, configure one or more connection consumers for each session pool.
Note: Connection consumers are now used rarely, as they are not a required part of the J2EE specification, do not support JTA user transactions, and are largely superseded by message-driven beans (MDBs), which are a required part of the J2EE specification.
Note: Once you create a connection consumer, you cannot rename it. Instead, you must delete it and create another one that uses the new name.
For information about defining selectors, see Developing a WebLogic JMS Application" in Programming JMS for Oracle Weblogic Server.