Plan an application with ASF
This section tells you how to plan an application including:
- General principles for point-to-point messaging using ASF
- General principles for publish/subscribe messaging using ASF
- Removing messages from the queue in ASF
- Handling poison messages in ASF. See Handling poison messages in IBM MQ classes for JMS.
- General principles for point-to-point messaging using ASF
Use this topic for general information about point-to-point messaging using ASF.- General principles for publish/subscribe messaging using ASF
ConnectionConsumers receive messages for a specified Topic. A ConnectionConsumer can be durable or non-durable. We must specify which queue or queues the ConnectionConsumer uses.- Removing messages from the queue in ASF
When an application uses ConnectionConsumers, JMS might need to remove messages from the queue in a number of situations.- Handling poison messages in ASF
Within the Application Server Facilities, poison message handling is handled slightly differently to elsewhere in IBM MQ classes for JMS.Parent topic: IBM MQ classes for JMS Application Server Facilities