Results 1 to 3 of 3

Thread: Just a quick one

  1. #1
    Join Date
    Oct 2012
    Posts
    11

    Default Just a quick one

    Dear all,

    I intend to expose my services through JMS, so I have a bunch of JMS receivers that upon receiving message call appropriate service API method. I am not really exposing any URLs/Servlets so it is not really a web archive that I am after, yet I need something that kicks off a life-cycle (i.e. creates receivers and connects them to remote queues), tomcat won't cater for ears (as it is not a full blown EE container) yet I would like avoid going full J2EE (i.e. I would like to stay with tomcat if at all possible) - is there anything that you can recommend ?

    I am sure this must have been covered before, however this 'subject matter' is not easy to search for.

    Regards,

    mushashi

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,624

    Default

    And what is wrong with a standalone program?! A simple main that kicks off your program?
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  3. #3
    Join Date
    Oct 2012
    Posts
    11

    Default

    Come to think of it - nothing really.. Cron driven CLI app would actually be quite acceptable. Thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •