| Author |
JMS development using Eclipse
|
kartik krishnan
Ranch Hand
Joined: Nov 19, 2006
Posts: 63
|
|
Hi, I have googled but I have not found how to create a JMS application using Eclipse. Are there any tutorials for development of JMS applications? Thanks, Karthik
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8145
|
|
Eclipse is just an IDE. For JMS applications you require a JMS server, which usually is present within an application server, like JBoss. If you are looking at how to deploy JMS applications through Eclipse then they deployed in the form of EARs/JARs. I don't use any IDEs for deploying applications. So i won't be of much help here. Let us know if you are looking for specific steps to configure and use the IDE to do this. In that case, i will move this topic to our IDEs forum.
|
[My Blog] [JavaRanch Journal]
|
 |
kartik krishnan
Ranch Hand
Joined: Nov 19, 2006
Posts: 63
|
|
Hi JaiKiran, That was precisely what I was looking for. Thanks, Karthik
|
 |
 |
|
|
subject: JMS development using Eclipse
|
|
|