David!
> On 2015-04-26, at 02:24, David Blevins <dblevins_at_tomitribe.com> wrote:
>
> As Abhishek notes, we got those changes into EJB 3.2.
>
> Still some work required now on the JMS side to take advantage. Been on my TODO list to dig into this area -- the entire reason I joined the JMS EG :)
>
> Anyone want to help work on this? Thinking we could do some prototyping on the GlassFish side of things.
I’d like to help as much as I can, as it has many similarities to the receiver side of the message-api (
https://java.net/projects/messageapi/pages/Home).
Should we start the discussion on
https://java.net/jira/browse/JMS_SPEC-116?
Rüdiger
> -David
>
>
> On Apr 25, 2015, at 12:25 AM, Abhishek Gupta <abhirockzz_at_gmail.com> wrote:
>
>> Hey George
>>
>> Yes, such a feature does exist. However, it related to Message Driven Beans in general rather than JMS.
>>
>> From EJB 3.2 onwards, a MDB can implement a marker interface (with no methods). This essentially exposes all public methods (which are non static) as listener methods.
>>
>> Please read EJB 3.2 spec doc section 5.4.3 for more details.
>>
>> - Abhishek
>>
>> On Sat, Apr 25, 2015 at 4:19 AM, <karabot_at_gmail.com> wrote:
>> Hello fellow JMS users.
>>
>> Is there such a feature that will allow for a class to receive messages
>> without implementing the MessageListener interface?
>>
>> Going though the JMS Spec 2.0 I see no such indication.
>>
>> I am only asking because one of my colleagues was claiming such a
>> feature does exist.
>>
>> Cheers,
>> George
>>
>