Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Is there someone who has knowlegde off MQSeries
- This topic has 5 replies, 1 voice, and was last updated 8 years, 4 months ago by
community-content.
-
AuthorPosts
-
-
February 1, 2007 at 2:46 AM #17504
Please reply if you have knowlegde off MQSeries.
Thanks
-
February 2, 2007 at 5:36 AM #17530
Please put down your queries here.
-
February 2, 2007 at 9:17 AM #17533
I have a little, what's the problem?
-
February 2, 2007 at 11:49 AM #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.
-
February 5, 2007 at 1:33 AM #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
-
February 17, 2008 at 4:10 AM #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.
-
-
-
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.