Author |
Message
|
anarki85 |
Posted: Mon Jul 25, 2011 6:34 am Post subject: Message Broker TESTING Framework |
|
|
Newbie
Joined: 25 Jul 2011 Posts: 8
|
HI,
I am looking for a testing framework for testing message broker flows.
Which can help me in automating the testing for message broker flows
Kindly help.
Regards
anarki |
|
Back to top |
|
 |
lancelotlinc |
Posted: Mon Jul 25, 2011 6:53 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
anarki85 |
Posted: Mon Jul 25, 2011 7:00 am Post subject: |
|
|
Newbie
Joined: 25 Jul 2011 Posts: 8
|
Thanks for the info.
I am looking more on the line of ih03 -rfhutil type..straight forward tool espically designed for message broker . |
|
Back to top |
|
 |
lancelotlinc |
Posted: Mon Jul 25, 2011 7:14 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
RfhUtil is not specifically designed for message broker, although you can use it to send MQ message to message broker. RfhUtil was designed for MQ Series, back in the day. RfhUtil does not support SAP connectors or Web Services. Junit does both. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Jul 25, 2011 7:31 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You might look at Support Pac MA0T.
Again, more specifically aimed at MQ rather than Broker, but still useful.
In general, to test Broker flows, you just need something that can create input messages and receive response/output messages. This can be anything that speaks the necessary protocols. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Mon Jul 25, 2011 7:33 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
One of the things we like about Junit is that it is Ant scriptable and BuildForge automatable. We can run continuous integration tests and know when new code breaks old code. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Jul 25, 2011 7:35 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
lots of things are ant-scriptable, particularly using exec tasks. |
|
Back to top |
|
 |
anarki85 |
Posted: Tue Jul 26, 2011 12:16 am Post subject: |
|
|
Newbie
Joined: 25 Jul 2011 Posts: 8
|
Lots of info ..thanks guys.
I was looking for a something like HL7 Explorer ..which can pump messages and read ..mainly intrested in MQinput and MQOutput testing. |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Jul 26, 2011 4:39 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
anarki85 wrote: |
Lots of info ..thanks guys.
I was looking for a something like HL7 Explorer ..which can pump messages and read ..mainly intrested in MQinput and MQOutput testing. |
You can use HL7 Explorer to create messages, save them as files or etc. and then use something like MA0T to put those files as messages on queues and read them back out from queues into files. |
|
Back to top |
|
 |
|