Author |
Message |
Topic: Message Compression |
vani_cool
Replies: 6 Views: 4309
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 11, 2015 6:05 am Subject: Message Compression |
is it recommended to have compression implemented in message integration?
What types of compression are avaliable for MQ communication and file exchanges? |
Topic: Message Compression |
vani_cool
Replies: 6 Views: 4309
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 10, 2015 1:16 pm Subject: Message Compression |
What different types of message compression can be achieved in WMB v7.0.0.6 : for MQ, Webservice, file based message exchange?
- like base64encoded to have less payload
- zip, or other techniques ... |
Topic: Increasing memory of EG in zOS broker |
vani_cool
Replies: 1 Views: 1588
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 10, 2015 1:14 pm Subject: Increasing memory of EG in zOS broker |
Is it possible to increase the run time memory allocated to a EG in broker installed on zOS? |
Topic: Large XML > 250MB scenario in MB / WTX |
vani_cool
Replies: 2 Views: 2609
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 10, 2015 1:12 pm Subject: Large XML > 250MB scenario in MB / WTX |
We have a requirement to handle large XML file in WMB7.0.0.6
Here are the details>
- Recieving input XML file with a probablity of maximum size 250 MB - with 1 million smaller requests
Her ... |
Topic: RC 2021 during MQGet over an Alias queue |
vani_cool
Replies: 8 Views: 13998
|
Forum: IBM MQ API Support Posted: Tue Jan 06, 2015 12:35 am Subject: RC 2021 during MQGet over an Alias queue |
Hi there
Thanks for the reply,
We are using MQGET call from the cobol program which is giving this MQ2021 error.
Call 'MQGET' USING QHA-HConn
QHA-HRecv
... |
Topic: RC 2021 during MQGet over an Alias queue |
vani_cool
Replies: 8 Views: 13998
|
Forum: IBM MQ API Support Posted: Mon Jan 05, 2015 11:53 pm Subject: RC 2021 during MQGet over an Alias queue |
Hi
Look for your inputs over a MQ error.
Environment:
Alias queue of a MQ over zOS
Calling application - COBOL Program,
Problem SUmmary
Our cobol application/program is trying to read a m ... |
Topic: Unable to get data from SQL Server 2012 |
vani_cool
Replies: 13 Views: 8795
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 09, 2013 4:50 pm Subject: Re: Unable to get data from SQL Server 2012 |
any response on this ?
We are also facing problems when calling a SP of SQL Server which returns a CURSOR.
Were u able to resolve this ? |
Topic: mssql 2008 stored procedure call error wmb 8 |
vani_cool
Replies: 13 Views: 24016
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 09, 2013 4:32 pm Subject: mssql 2008 stored procedure call error wmb 8 |
We are using Broker 8.0.0.2 with SQL SERVER 2012 and when we call the Stored procedure which returns CURSOR, it generates the same error
The procedure '&1' with '&2' parameters could not ... |
Topic: mssql 2008 stored procedure call error wmb 8 |
vani_cool
Replies: 13 Views: 24016
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 09, 2013 4:31 pm Subject: mssql 2008 stored procedure call error wmb 8 |
Did u tried this with the Stored procedures which returns CURSOR? any one ? |
Topic: JMS Client input Node error receiving message |
vani_cool
Replies: 3 Views: 4103
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 30, 2013 12:36 pm Subject: JMS Client input Node error receiving message |
going to capture the packets and validate this |
Topic: JMS Client input Node error receiving message |
vani_cool
Replies: 3 Views: 4103
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 30, 2013 10:18 am Subject: JMS Client input Node error receiving message |
Forgot to add
The message to JMS input node comes from the load balancer
So the configuration is
Request:::
JMS output Node - Load Balancer - JMS provider server
Resposne :::::
JMS ... |
Topic: JMS Client input Node error receiving message |
vani_cool
Replies: 3 Views: 4103
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 29, 2013 6:37 pm Subject: JMS Client input Node error receiving message |
Hello
Any ideas or pointers regarding this error on JMSClient Input Node of WMB 7.0.0.5
user:info WebSphere Broker v7005[20381786 BIP4643E: WMB JMSClient
'ComIbmJMSClientInputNode Error Rece ... |
Topic: Creating bit stream for XML data only |
vani_cool
Replies: 5 Views: 3533
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 18, 2011 1:09 pm Subject: Creating bit stream for XML data only |
thanks for the reply --- is there any other way?? |
Topic: Creating bit stream for XML data only |
vani_cool
Replies: 5 Views: 3533
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 18, 2011 10:33 am Subject: Creating bit stream for XML data only |
Hi,
I have a very big XML::: say like
<testTag>
fieldvalue
</testTag>
i want to convert it to the bit stream - in such a way that in the hex result i only have "fieldValu ... |
Topic: read all messages from a queue in broker |
vani_cool
Replies: 5 Views: 3660
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 04, 2011 6:31 am Subject: read all messages from a queue in broker |
i can do it on the main flow not a problem.. but i need to do this in middle of the flow after doing some processings ... |