Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
The remaining JMS specified identifiers are:
amqp.correlation_id
amqp.message_id
amqp.creation_time
amqp.jms_type
The ones remaining from the AMQP Apache filters spec are:
amqp.to
amqp.reply_to
amqp.absolute_expiration_time
- amqp.durable (it's not clear this is really there as distinct from amqp.delivery_mode)
- amqp.delivery_count (it's not clear this is really there as distinct from amqp.redelivered)
In order to implement these special identifiers there will need to be extra work to abstract some of these values from the 0-10 or 1-0 message code.