jakartaee / jakartaee/messaging

Add methods to get a Destination.

Open
#135 6 comments 0 reactions 0 assignees View on GitHub
Java SE integration New Feature Priority: Major
Dominant language
Java
Stars
49
Forks
34
PR merge metrics
No merged PRs in 30d

Description

Currently, the JMS API has no clear way of looking up a Queue or Topic. It's typically assumed to use JNDI, however when you're in Java SE there is no single entry point that allows one to look up a Queue or Topic.

Typically, permanent Queues/Topics are created via configuration (XML files, metadata, etc). As a result, I think we should add methods to ConnectionFactory/JMSContext/Connection that allows a developer to get a destination.
#### Affected Versions
[2.0]

Contributor guide

Open the contributing guide

Research direction

Start by reviewing the JMS API's ConnectionFactory, JMSContext, and Connection interfaces and the issue's Java SE and JNDI use cases. Determine the intended destination-lookup methods and their behavior for queues and topics; the work is done when the API proposal is agreed and the affected interfaces and documentation reflect it.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
api
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.