kiran kulkarni

Greenhorn
+ Follow
since Oct 22, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by kiran kulkarni

But database or any external storage is outside the scope of JMS APIs. Here I am discussing about object enqueueing and dequeueing during runtime.
Yes Madhan I agree on the features of JMS! But I am just curious to know what's behind the scene of JMS APIs... i.e internal data structure used for Queue. I am firm on LinkedList but want someone to confirm it.
Hi Guys,

I was just going through JMS APIs for implementing an application. But started to dig out on how JMS APIs are built. Specifically on what data structures those APIs use.
I assume they should using List internally for implementing Queue.

So, it would be great if anyone can help in resolving my doubt.