RE: [Asterisk-java-users] Is it possible to integrateasterisk-java into jboss?
Brought to you by:
srt
From: Robert A. <aug...@ya...> - 2005-10-10 04:51:13
|
Stefan, Thanks, how about running it as mbean? This way all the calls to rmi will be in the same jvm ... robert > -----Original Message----- > From: ast...@li... > [mailto:ast...@li...] On > Behalf Of Stefan Reuter > Sent: Sunday, October 09, 2005 10:56 PM > To: ast...@li... > Subject: Re: [Asterisk-java-users] Is it possible to > integrateasterisk-java into jboss? > > On Sun, 2005-10-09 at 21:05 -0400, Robert Augustyn wrote: > > Hi, > > Is it possible to run asterisk-java from jboss? > > If so how to accomplish this? What would be the best solution? > > I believe that j2ee container should not allow applications manage > > threads > > it is possible but it violates the spec. the "correct" way is > to run you agi server in a seperate vm and let it talk to > your ejbs via rmi. > > =Stefan > |