Is there someone who has knowlegde off MQSeries

Home Page Forums BizTalk 2004 – BizTalk 2010 Is there someone who has knowlegde off MQSeries

Viewing 2 reply threads
  • Author
    Posts
    • #17504

      Please reply if you have knowlegde off MQSeries.

       

      Thanks 

    • #17530

      Please put down your queries here.

    • #17533

      I have a little, what's the problem?

      • #17537

        Well here is a little info for you,

         WebSphere MQ (formerly MQ Series) is the flagship Queuing product from IBM, currently it is the number 1 queuing product of the world, in its 6.0 version. It obviously ensures the guaranteed and once only delivery, persistent messages, installs on more then 80 platforms. It has API's in almost all major languages like C#, java etc.

         The great thing is that BizTalk Server 2006 comes with an in-the-box adapter for it, though it can only connect to MQ Series on a Windows platform, hope that'll improve as well in the future versions.

         

        Thats a kind of basic info for you, if you need to ask anything specific, feel free to ask…

         

        Regards,

        Sajid.

        • #17555

          Hi, Thanks for the reply.

          I've some problems with the builtin adapter.

          I've implemented BizTalk in a large bank company in **** but there are some problems: 

          1) Can you specify the polling interval?

          The mainframe is beeing polled every 60 ms, that's way too much! If I look at the adapter, then see I a Property "Polling Interval" = 3 s but it changes nothing to current polling interval off 60ms. Correct me if I'm wrong, but the polling interval = checking every x seconds if there's a message in the queue in the mainframe.

          2) BizTalk adapter acts strange

          To receive messages, the adapter OPEN's a connection, does some GETs and CLOSE's the connection. Right? Mostely, this scenario works but what we see, is that the adapter does sometimes 10 x OPEN's then performs GET's and then 10 x CLOSE's.

           I can always post some traces.
           

          Is this behaviour normal?

           

          Greetings 

          • #18947

            Hi

             

            1) Can you specify the polling interval?

            The mainframe is beeing polled every 60 ms, that’s way too much! If I look at the adapter, then see I a Property “Polling Interval” = 3 s but it changes nothing to current polling interval off 60ms. Correct me if I’m wrong, but the polling interval = checking every x seconds if there’s a message in the queue in the mainframe.

            – You can specify only the adapter on receive location  – minimum 1 sec’ upto as many hours as you wish. did you mean seconds right? not milliseconds…

            saying …” every 60 ms, that’s way too much! ” meaning what  ? to much opened connections for a short time? or to long delay between getting messages?

            2) Is this behaviour normal?

             – Opening and closing dinamic connections is normal – it works in a dinamyc way – there’s not much problem with it – it works in a multithreading.

Viewing 2 reply threads
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.