Aaron I have a weblogic server which will be the JMS provider connected to a remote ActiveMQ server, the weblogic server will contain MDBs to process incoming messages from the ActiveMq server,and generate outgoing messages to the the ActiveMQ server.
I thought I would just have to configure a bridge on my weblogic server to the remote ActiveMq server. Is the point about JMS that there is a standard and messages should flow between any platform independant of the message brokers used. Please remeber I am new to this area, certainly in production environment. And appreciate any advice or help you can provide. Richard ammulder wrote: > > Can you explain exactly what you're trying to achieve? For instance, > will you use the WebLogic JMS provider at all? Are you trying to > bridge between WebLogic JMS and ActiveMQ? Or do you want to use > strictly ActiveMQ, where your application sends messages only to > ActiveMQ, and MDBs or something get invoked directly from ActiveMQ? > What kind of components will be sending and receiving messages? Are > you using a Java EE stack (MDBs) or Spring or something else? > > I ask all this because the integration strategy would be somewhat > different for all of these cases. > > Thanks, > Aaron > > On Fri, Nov 20, 2009 at 10:15 AM, Dickyp <[email protected]> > wrote: >> >> Bruce >> >> Yes I did, but seemed to relate more to installing ActiveMQ on a weblogic >> server itself, rather than processing messages from an ActiveMQ server on >> a >> weblogic server. >> >> Thanks for the input anyways. >> >> Richard >> >> >> >> bsnyder wrote: >>> >>> On Wed, Nov 18, 2009 at 11:07 AM, Dickyp <[email protected]> >>> wrote: >>>> >>>> Hi >>>> >>>> I am pretty new to J2ee and JMS, but can anybody point me in the >>>> direction >>>> of integration of activemq and weblogic (11). I am running JMS on my >>>> weblogic server and want to integrate to external activemq server. >>>> >>>> I knwo I need to configure an external bridge to the 3rd party message >>>> provider, but assume some classes may be required specifically for >>>> activemq. >>>> >>>> Any help appreciated. >>> >>> Have you looked at the doc on the website about this?: >>> >>> http://activemq.apache.org/weblogic-integration.html >>> >>> Bruce >>> -- >>> perl -e 'print >>> unpack("u30","D0G)u8...@4vyy9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" >>> );' >>> >>> ActiveMQ in Action: http://bit.ly/2je6cQ >>> Blog: http://bruceblog.org/ >>> Twitter: http://twitter.com/brucesnyder >>> >>> >> >> -- >> View this message in context: >> http://old.nabble.com/Weblogic-integration-tp26412743p26442658.html >> Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. >> >> > > -- View this message in context: http://old.nabble.com/Weblogic-integration-tp26412743p26451916.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
