1 2 Previous Next 19 Replies Latest reply on May 31, 2007 10:14 AM by burrsutter Go to original post
      • 15. Re: Slides from todays webinar
        burrsutter

        Yes. Please either just the embedded ESB Server for now. I also failed at successfully installing JBoss Messaging into my 4.0.x App Server.
        You'll need to download:
        jbossesb-server-4.2MR2.zip from http://labs.jboss.com/jbossesb/downloads

        OR use JBossMQ in 4.0.x AS via the helloworld example by modifying the jbm-queue-service.xml file to:

        
         <mbean code="org.jboss.mq.server.jmx.Queue"
         name="jboss.mq.destination:service=Queue,name=quickstart_helloworld_Request_gw">
         <depends optional-attribute-name="DestinationManager">
         jboss.mq:service=DestinationManager
         </depends>
         </mbean>
        
         <mbean code="org.jboss.mq.server.jmx.Queue"
         name="jboss.mq.destination:service=Queue,name=quickstart_helloworld_Request_esb">
         <depends optional-attribute-name="DestinationManager">
         jboss.mq:service=DestinationManager
         </depends>
         </mbean>


        • 16. quick start ObjectToXStream
          poyge394

          Hi, is thair any quick start for ObjectToXStream converter, i whant to convert my POJO to XML.

          • 17. Re: Slides from todays webinar
            burrsutter

            Not at this time. Sorry. However, it would be great if someone wanted to at least work one up and post it on the wiki. :-)

            • 18. Re: Slides from todays webinar
              sebcio

              Hi Burr,

              could you tell us, when we can download this webinar (or to see it as stream)? Thanks!

              Sebcio

              • 19. Re: Slides from todays webinar
                burrsutter

                It is undergoing post-production at this time. We are still learning out to make Elluminate handle recordings properly.

                We'll make a posting into the forums when it becomes available.

                Thank you for your patience.


                Burr

                1 2 Previous Next