84 - OpenAMQ JMS - AMQTopic constructor use HEADER name and class instead of TOPIC

Reported by Sebastien PlissonSebastien Plisson (1264698241|%O ago)

The AMQTopic constructor contains:
super(AMQDestination.HEADER_EXCHANGE_NAME, AMQDestination.HEADER_EXCHANGE_CLASS, name, temporary, temporary, null);

instead of IMO :
super(AMQDestination.TOPIC_EXCHANGE_NAME, AMQDestination.TOPIC_EXCHANGE_CLASS, name, temporary, temporary, null);

Making this change solved my issue.

Attachments:

File nameFile typeSize
AMQTopic_patch.diffdiff output text1.35 kBInfo

Comments

Add a New Comment

Edit | Files | Tags | Print

rating: 0+x

Who's following this issue?

pieterhpieterh
martin_sustrikmartin_sustrik
CybariteCybarite
Sebastien PlissonSebastien Plisson
Watch: site | category | page

Submitted by Sebastien PlissonSebastien Plisson

Use one of these tags to say what kind of issue it is:

  • issue - a fault in the software or the packaging or the documentation.
  • change - a change or feature request.

Use one of these tags to say what state the issue is in:

  • open - a new, open issue.
  • closed - issue has been closed.
  • rejected - the issue has been rejected.

Use one of these tags to say how urgent the issue is:

  • fatal - the issue is stopping all work.
  • urgent - it's urgent.

All open

Most recent

Page tags: open