• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Need help to deploy simple JMS App on JBoss 3.2.6

 
Ranch Hand
Posts: 118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I need to deploy simple JMS sender application on JBoss 3.2.6 it's not using Message Listner interface at all so it's not kind of MDB. It's like simple Java Plain Object which has it's own main method. I tried the following options
1.Developed build.xml and try to compile the app using ANT tool which will place the jar in deploy directory of JBoss but I couldn't able to run.
2.Try to run it as simple java program by compiling it using JMS jar file but couldn't since it is not deployed on server.

So I am not sure how to proceed in this.
Any suggestions,help will be greatly appreciated.
Thanks Alot
 
reply
    Bookmark Topic Watch Topic
  • New Topic