Hi,
I have some code that needs to be documented. (suprise ha. It is the
old code as much as you can and forget to document)
We use JMS, or that is actually what I need to do:
- Fínd which JMS queue/topic are used by which webapplication.
I have all webapps. in eclipse and can do a search on the whole
workspace. Problem is that I am new to JMS queues and topics.
AFAIK Topics is similar to brodcasting a message but queue is more
like one producer/consumer of messge.
What shall I look for in the code? Is there JMS specific classes/
interfaces that I can search for?
cheers,
//mikael
EricF - 23 Nov 2007 05:13 GMT
>Hi,
>
[quoted text clipped - 17 lines]
>
>//mikael
Well you could do some research yourself
http://java.sun.com/products/jms/
Then you can find what to search on.
apm35@student.open.ac.uk - 23 Nov 2007 08:25 GMT
> Hi,
>
[quoted text clipped - 13 lines]
> What shall I look for in the code? Is there JMS specific classes/
> interfaces that I can search for?
I recommend you download JORAM and look at the samples. You will from
them that the typical JMS application just uses the interfaces in Sun
JMS spec.
Regards,
Andrew Marlow