Author |
Message |
Topic: REG: Connecting to a DB2 Database using Java Application |
zurg
Replies: 2 Views: 1956
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 17, 2014 7:19 am Subject: REG: Connecting to a DB2 Database using Java Application |
Please verify the guidelines about JDBC in WMB:
http://pic.dhe.ibm.com/infocenter/wmbhelp/v8r0m0/index.jsp?topic=%2Fcom.ibm.etools.mft.doc%2Fac30494_.htm |
Topic: JDBC: Connection pool |
zurg
Replies: 4 Views: 3457
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 02, 2013 4:32 am Subject: JDBC: Connection pool |
lancelotlinc,
yes, you are right. Thank you.
I though the case is more complex but some additional tests shown that I'm wrong. |
Topic: JDBC: Connection pool |
zurg
Replies: 4 Views: 3457
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 02, 2013 4:00 am Subject: JDBC: Connection pool |
Hello experts,
Probably a very stupid question...
Accoring to infocenter:
WebSphere® Message Broker manages JDBC connections in the following ways:
Non-pooled connections: xxx
Pooled conne ... |
Topic: serialize a tree |
zurg
Replies: 23 Views: 12758
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 06, 2013 6:46 am Subject: serialize a tree |
@fjb_saper, @mqjeff,
aggregation/collection is ok if I would like to call "small" services in parallel. But, as I wrote, I need to do it in row, since I need some data from previous respo ... |
Topic: serialize a tree |
zurg
Replies: 23 Views: 12758
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 06, 2013 5:08 am Subject: serialize a tree |
@mqjeff,
thanks for pointing that.
you would go rather with something like:
Create FIRSTCHILD of OutputLocalEnvironment DOMAIN 'XMLNSC' Name 'MagicSession';
SET OutputLocalEnvironment.MagicSes ... |
Topic: serialize a tree |
zurg
Replies: 23 Views: 12758
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 06, 2013 4:47 am Subject: serialize a tree |
Thank you for the responses.
@lancelotlinc,
Yes, you are right about main role of ESB solutions. In fact they should be able to store at least some minimal information about session when we are ... |
Topic: serialize a tree |
zurg
Replies: 23 Views: 12758
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 06, 2013 12:37 am Subject: serialize a tree |
Hello experts,
I'm trying to prepare a universal functions to serialize a tree (LocalEnvironment). The point is to store/restore in database some information about session. But for that in should a ... |
Topic: UDN: Configurable attributes not working |
zurg
Replies: 3 Views: 2052
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 19, 2013 5:38 am Subject: Confirmed |
Hey,
just to let you know -> it was an error in WMB 8.0.0.1.
Confirmed by IBM |
Topic: UDN: Configurable attributes not working |
zurg
Replies: 3 Views: 2052
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 05, 2013 1:58 am Subject: UDN: Configurable attributes not working |
Esa,
thank you for response.
Addressing your questions:
1) Yes, I'm thinking about UDN (User Defined Node) attributes. Sorry for ambiguity.
2) I've tried already redeploying, creating new ex ... |
Topic: UDN: Configurable attributes not working |
zurg
Replies: 3 Views: 2052
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 04, 2013 7:56 am Subject: UDN: Configurable attributes not working |
Hello all,
I'm experimenting with creating a User Defined Node.
So far I was able to create it withing a Toolkit, add to palette and create the Application with simple flow and UDN.
I deployed ... |