Author |
Message |
Topic: WMB8: Oracle JDBC + tcps |
agulowaty
Replies: 0 Views: 893
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 13, 2014 4:38 am Subject: WMB8: Oracle JDBC + tcps |
Hi guys,
Have some of you tried to configured JDBC type 4 connection throughout Oracle 11g driver over SSL (using tcps) ?. I have JDBC configurable service with connection string like this:
jdbc ... |
Topic: Broker and H2 database through JDBC - short HowTo |
agulowaty
Replies: 2 Views: 6524
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 30, 2014 5:43 am Subject: Broker and H2 database through JDBC - short HowTo |
Hello,
Have you tried to configure WMB with H2 running in embedded mode (and completly in-memory) ?
Best regards |
Topic: MbGlobalMap transactionality (javadoc question) |
agulowaty
Replies: 7 Views: 3348
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 27, 2014 5:29 am Subject: MbGlobalMap transactionality (javadoc question) |
That's what I suspected - Javadoc was thoughtlessly copied from fully-fledged from eXtreme Scale or something like that.
Thanks. |
Topic: MbGlobalMap transactionality (javadoc question) |
agulowaty
Replies: 7 Views: 3348
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 24, 2014 3:02 am Subject: MbGlobalMap transactionality (javadoc question) |
Hi guys,
Could someone briefly explain what is the semantic of relationship between get() and put() described in MbGlobalMap javadoc:
http://pic.dhe.ibm.com/infocenter/wmbhelp/v8r0m0/topic/com.i ... |
Topic: JMSOutput - different CF's |
agulowaty
Replies: 7 Views: 4710
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 22, 2013 9:39 pm Subject: JMSOutput - different CF's |
Thank you for help Jeff ! I'll do more research on your proposals.
Best regards |
Topic: JMSOutput - different CF's |
agulowaty
Replies: 7 Views: 4710
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 21, 2013 10:51 pm Subject: JMSOutput - different CF's |
Yes, here is the code:
First I'm searching for connection factory in LDAP:
hashTable.put(PROVIDER_URL, "ldap://xxx");
hashTable.put(INITIAL_CONTEXT_FACTORY, "com ... |
Topic: JMSOutput - different CF's |
agulowaty
Replies: 7 Views: 4710
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 21, 2013 6:24 am Subject: JMSOutput - different CF's |
Thank you for reply, but this question roughly concernes security.
Maybe I was a little bit unclear - I need to configure JMSNode to use two different context factories - one to lookup Destination, ... |
Topic: JMSOutput - different CF's |
agulowaty
Replies: 7 Views: 4710
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 21, 2013 5:57 am Subject: JMSOutput - different CF's |
Hi,
I'm trying to configure JMSOutput node in my message flow. The external interface requirement is that Destination lookup should be done via file-based com.sun.jndi.fscontext.RefFSContextFactor ... |