Author |
Message |
Topic: Mock methods in Java Compute Node |
saimahesh
Replies: 0 Views: 1750
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 06, 2018 6:29 am Subject: Mock methods in Java Compute Node |
Hi Team,
Is it possible to mock method in JCN.I have tried with powermockito and I have getting internal dependencies exception.I have seen following link to mock MbMessage, MbElement and IIB decenci ... |
Topic: Transaction mode in MQOutput Node |
saimahesh
Replies: 2 Views: 2505
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 27, 2018 12:25 pm Subject: Transaction mode in MQOutput Node |
What is the transactionality of the flow overall? --> Yes
What method does the JCN use to connect to the database?
Ans: using JCN provided getJDBCType4Connection() method got the D ... |
Topic: Transaction mode in MQOutput Node |
saimahesh
Replies: 2 Views: 2505
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 30, 2018 1:43 am Subject: Transaction mode in MQOutput Node |
Hi Team,
Message flow contain MQ Input Node --> JCN --> MQ Output node.
"MQ Input" Node failure and catch terminals connected to MQ Output node.
This flow got a messag ... |
Topic: Facing issues in getting flow running status in IIB10javaAPI |
saimahesh
Replies: 0 Views: 2084
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 18, 2018 10:33 am Subject: Facing issues in getting flow running status in IIB10javaAPI |
Hi Team,
I am using IIB10 Java API to stop/start the flows in the brokers.I have broker with four execution groups.Same flows deployed in the all four execution groups.While stoping flows usi ... |
Topic: Stop Message flows using REST API |
saimahesh
Replies: 5 Views: 2856
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 10, 2018 11:20 am Subject: Stop Message flows using REST API |
Got it. Thanks. |
Topic: Stop Message flows using REST API |
saimahesh
Replies: 5 Views: 2856
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 10, 2018 10:51 am Subject: Stop Message flows using REST API |
java code will have to use the underlying REST API calls
Do we have any rest calls used by web user interface to stop/start the flows. So we will use same to stop/start the flows. |
Topic: Stop Message flows using REST API |
saimahesh
Replies: 5 Views: 2856
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 10, 2018 8:22 am Subject: Stop Message flows using REST API |
Thanks. |
Topic: Stop Message flows using REST API |
saimahesh
Replies: 5 Views: 2856
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 10, 2018 7:10 am Subject: Stop Message flows using REST API |
Hi Team,
In IIB10,Wanted to stop/start messages flows using Rest calls. Will we invoke web user interface using java code? |
Topic: Set PutDate,and PutTime of MQMD in Java compute Node |
saimahesh
Replies: 9 Views: 5360
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 15, 2017 7:09 am Subject: Set PutDate,and PutTime of MQMD in Java compute Node |
Hi ,
We are trying following java code to set the putDate and putTime.
try {
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd");
SimpleDateFormat timeForma ... |
Topic: Set PutDate,and PutTime of MQMD in Java compute Node |
saimahesh
Replies: 9 Views: 5360
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 15, 2017 1:01 am Subject: Set PutDate,and PutTime of MQMD in Java compute Node |
Hi Team,
Could you please provide your valuable suggestions to set PutDate and PutTime of MQMD in JCN.In restore the MQMD headers ,got 'invalid type name value' java.util gregorian calender ... |
Topic: Set PutDate,and PutTime of MQMD in Java compute Node |
saimahesh
Replies: 9 Views: 5360
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 14, 2017 4:11 am Subject: Set PutDate,and PutTime of MQMD in Java compute Node |
As per MQMD C definition field defined for PutDate as MQCHAR8.
We have tried SimpleDateFormat in the GMT time zone.JVM has thrown 'invalid type name value' exception.
For PutDate, set java.util. ... |
Topic: Set PutDate,and PutTime of MQMD in Java compute Node |
saimahesh
Replies: 9 Views: 5360
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 14, 2017 1:13 am Subject: Set PutDate,and PutTime of MQMD in Java compute Node |
In MQMD PutDate and PutTime fields are defined as java.util.GregorianCalendar. In restoring ,converted String date/time to java.util.GregorianCalendar set to PutDate/time.
Yes,Calendar in the GMT t ... |
Topic: Set PutDate,and PutTime of MQMD in Java compute Node |
saimahesh
Replies: 9 Views: 5360
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 13, 2017 2:00 pm Subject: Set PutDate,and PutTime of MQMD in Java compute Node |
Hi,
I am trying to restore the MQMD Header for a message in Java Compute Node.I am Facing problem while trying to restore the 'putDate' and 'putTime' fields Iam getting 'invalid type name value' erro ... |