Author |
Message |
Topic: JavaCompute Unit Testing Framework |
AkaiRyujin
Replies: 18 Views: 14439
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 12, 2012 6:58 am Subject: JavaCompute Unit Testing Framework |
So this function would be testable?
private void createEmailAddressProperty(final MbElement emailInputHeader, final String propertyName,
final String headerName, Address[] addres ... |
Topic: JavaCompute Unit Testing Framework |
AkaiRyujin
Replies: 18 Views: 14439
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 12, 2012 6:46 am Subject: JavaCompute Unit Testing Framework |
Why is Junit not acceptable for your purpose?
You will note that I use JUnit too; infact this is a JUnit runner implementation.
For most code standard JUnit / Java functions fine however pure JU ... |
Topic: JavaCompute Unit Testing Framework |
AkaiRyujin
Replies: 18 Views: 14439
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 12, 2012 2:29 am Subject: JavaCompute Unit Testing Framework |
The majority of unit testing is performed outside the normal runtime - this is normal see the large proliferation of mock / spy frameworks available for java to abstract code from heavy untestable imp ... |
Topic: JavaCompute Unit Testing Framework |
AkaiRyujin
Replies: 18 Views: 14439
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 09, 2012 9:12 am Subject: JavaCompute Unit Testing Framework |
Have despaired at the lack of java testing functionality for message broker, so here's a unit testing framework that I've written that allows mocking and testing of message broker java code.
http: ... |
Topic: Info: Cannot start broker [8.0.0.1] - Catalog exception |
AkaiRyujin
Replies: 1 Views: 4517
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 20, 2012 10:39 am Subject: Info: Cannot start broker [8.0.0.1] - Catalog exception |
** For Reference **
Attempting to start message broker 8.0.0.1 on some environments yields the following exception message:
BIP2176S: Could not find message 8875 in catalogue En_US/BIPmsgs. ... |
Topic: Propagating routing slip in MQRFH2 usr folder |
AkaiRyujin
Replies: 17 Views: 15787
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 07, 2012 3:10 am Subject: Propagating routing slip in MQRFH2 usr folder |
Attaching "user-data" to the Properties folder seems, unless I am missing something, impossible.
Once the message properties is finalised any custom NameValue pairs added to the header a ... |
Topic: Propagating routing slip in MQRFH2 usr folder |
AkaiRyujin
Replies: 17 Views: 15787
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 06, 2012 11:04 am Subject: Propagating routing slip in MQRFH2 usr folder |
Hi,
We currently have various flows which make use of the routing slip pattern to vary how a message gets propagated between the flows.
At present these flows use a separate queue to pass conte ... |