Author |
Message |
Topic: Could not read EBCDIC data properly |
Umarul Farooq
Replies: 6 Views: 7141
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 27, 2012 5:30 am Subject: Could not read EBCDIC data properly |
Thank you for your response,
I need to read/listion the message from queue through MDB.
In production, (our client system) mainframe system will put the EBCDIC data into the queue.
For my tes ... |
Topic: Could not read EBCDIC data properly |
Umarul Farooq
Replies: 6 Views: 7141
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 27, 2012 4:49 am Subject: Could not read EBCDIC data properly |
Hi All,
I have Message Driven Bean (MDB) to recieve EBCDIC data, When i read (print) the ebcdic data, it is not the exact data which put into the Queue.
I am getting some junk data.
Test Case ... |
Topic: Where to get Incomming messages Hex data (network dump) |
Umarul Farooq
Replies: 10 Views: 7626
|
Forum: General IBM MQ Support Posted: Tue Apr 10, 2012 6:12 am Subject: Where to get Incomming messages Hex data (network dump) |
i already tried to find out 'amqsbcg' using find command, but i did not find it in the box.
Thank you. |
Topic: Where to get Incomming messages Hex data (network dump) |
Umarul Farooq
Replies: 10 Views: 7626
|
Forum: General IBM MQ Support Posted: Tue Apr 10, 2012 5:54 am Subject: Where to get Incomming messages Hex data (network dump) |
i did not find 'bin' folder under '/opt/mqm/samp'.
Thank you |
Topic: Where to get Incomming messages Hex data (network dump) |
Umarul Farooq
Replies: 10 Views: 7626
|
Forum: General IBM MQ Support Posted: Tue Apr 10, 2012 5:32 am Subject: Where to get Incomming messages Hex data (network dump) |
Thank you Bruce...
When i try to execute amqsbcg command, i am getting below error
-bash: amqsbcg: command not found
Could you please let me know, whether i need to set any environment vari ... |
Topic: Where to get Incomming messages Hex data (network dump) |
Umarul Farooq
Replies: 10 Views: 7626
|
Forum: General IBM MQ Support Posted: Mon Apr 09, 2012 7:16 am Subject: Where to get Incomming messages Hex data (network dump) |
Hi All,
Could you please help to get incoming message's hex data (network dump in hex format)
Thank you, |
Topic: Restrict to access Queues under same Queue Manager |
Umarul Farooq
Replies: 11 Views: 6941
|
Forum: IBM MQ Security Posted: Fri Mar 09, 2012 10:47 pm Subject: Restrict to access Queues under same Queue Manager |
Thank you Bruce..
Both Application.A and Application.B are ran by same user (it is the batch process running by same user).
If it is same user, How could restrict the accessability of queues.
... |
Topic: Restrict to access Queues under same Queue Manager |
Umarul Farooq
Replies: 11 Views: 6941
|
Forum: IBM MQ Security Posted: Mon Mar 05, 2012 7:40 pm Subject: Restrict to access Queues under same Queue Manager |
Hi All,
We have defined one queue manager which is having two queues (ex. Q.A and Q.B) these two queues are going to get messages from two different applications.
How to restrict the access/visi ... |
Topic: Could not establish SSL Connection |
Umarul Farooq
Replies: 7 Views: 8237
|
Forum: IBM MQ Security Posted: Tue Feb 14, 2012 7:23 am Subject: Could not establish SSL Connection |
Thank you Bruce ...
I am sorry, i did not get your message. Could you please let me know the fix for this. |
Topic: Could not establish SSL Connection |
Umarul Farooq
Replies: 7 Views: 8237
|
Forum: IBM MQ Security Posted: Tue Feb 14, 2012 6:30 am Subject: Could not establish SSL Connection |
Hi All,
I am getting error while establish the SSL connection using Java client.
Below are the steps i did in Server and client side
I. Server Side.
a. Created queue manager certificate Ke ... |
Topic: How to check connection availability (ConnectioHealth Check) |
Umarul Farooq
Replies: 4 Views: 3778
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 31, 2012 8:02 pm Subject: How to check connection availability (ConnectioHealth Check) |
Thank you Vitor.
Yes, Processing thread can identify the connection problem and it can re-establish the connection and send the message to Q.
This connection problem can be identified/ encounte ... |
Topic: How to check connection availability (ConnectioHealth Check) |
Umarul Farooq
Replies: 4 Views: 3778
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 31, 2012 11:42 am Subject: How to check connection availability (ConnectioHealth Check) |
Dear All,
Could you please advice to check the Websphere MQ connection availability (ConnectioHealth Check)
I have a multi threaded java processor which will run by 24/7, This processor is havin ... |
Topic: How to send msgs to more than one MQ Queues |
Umarul Farooq
Replies: 4 Views: 4489
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun Jan 15, 2012 9:25 am Subject: How to send msgs to more than one MQ Queues |
Thank you very much for the answer.
Actually i need to send messages to different queues which are resides in different physical servers. The messages are also unique for each queues.
Pub/Sub (T ... |
Topic: How to send msgs to more than one MQ Queues |
Umarul Farooq
Replies: 4 Views: 4489
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun Jan 15, 2012 4:09 am Subject: How to send msgs to more than one MQ Queues |
Dear All,
I have the requirement to send messages from java batch process to more than one Websphere MQ queues, which (queues) are resides on different servers.
We can send messages from java ap ... |