Author |
Message |
Topic: concurrent messages on messageflow gives error |
bim_newbie
Replies: 4 Views: 3327
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 07, 2005 1:37 pm Subject: concurrent messages on messageflow gives error |
I am not sure why you are using 50threads of the same message flow in the same execution Group. This may be causing the execution group memory to grow and resulting in errors.
If you foresee a req ... |
Topic: ODBC for SQL server |
bim_newbie
Replies: 1 Views: 2083
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 07, 2005 1:33 pm Subject: ODBC for SQL server |
We are using "DataDirect 4.20 SQL Server Wire Protocol"
Driver : ivmsss19.so
location : /opt/odbc/lib/ivmsss19.so
Thanks. |
Topic: New Idea |
bim_newbie
Replies: 10 Views: 6111
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 07, 2005 1:27 pm Subject: New Idea |
If you do not want the complete header, may be you want to introduce a UserData section in both the headers and the systems will simply pass it back with out any modifications. |
Topic: New broker - Execution group falling over |
bim_newbie
Replies: 19 Views: 14648
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 07, 2005 1:20 pm Subject: New broker - Execution group falling over |
Have you verified the communication between the ConfigMgr & Broker? Please verify that
1) All the system queues were created
2) Channels are running properly
I cant think of any other thing ... |
Topic: Java Plugin Node |
bim_newbie
Replies: 2 Views: 3033
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Feb 26, 2005 9:42 am Subject: Java Plugin Node |
Can someone help me out. Thanks. |
Topic: Java Plugin Node |
bim_newbie
Replies: 2 Views: 3033
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 22, 2005 7:44 pm Subject: Java Plugin Node |
All,
In an effort to understand and implement a simple java plugin node, I wrote a simple java code and was able to compile it successfully. I am definitely sure that I am doing something wrong but ... |
Topic: IA91 - CachePut & CacheGet |
bim_newbie
Replies: 4 Views: 3363
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 16, 2005 4:35 pm Subject: IA91 - CachePut & CacheGet |
Thanks Eddie.
I got my POC working with the ASBITSTREAM. Now I should try worry about using the same for my application.
Actually my code looks like this only
Environment.Variables.go[1 ... |
Topic: IA91 - CachePut & CacheGet |
bim_newbie
Replies: 4 Views: 3363
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 16, 2005 6:52 am Subject: IA91 - CachePut & CacheGet |
Has anyone successfully implemented the IA91 support pac. I am trying to store
Environment.Variables.go[1].key = 1
Environment.Variables.go[1].data = a
Environment.Variables.g ... |