WebSphere MQ
   6 tags on

WebSphere MQ

  • All Sites websphere-mq mqseries ibm-mq websphere-mq-fte websphere-mq-ams mq

1 answer

Connecting Apache ServiceMix to Websphere MQ

I am trying to connect to a websphere MQ queue manager from a camel route deployed as an OSGI bundle on Apache Service Mix. I have deployed the IBM OSGI bundles that come with Websphere MQ and ...

websphere-mq servicemix 14 hours ago
2 answers

IBM Websphere : Queue manager processing

I have deployed my application on WebSphere and it is up and running and so are the queues associated with the application. When I put messages on the queue I do not see any processing in ...

1 answer

Connecting to WebSphere MQ 7.0 using JMS through SSL

I'm preparing a test environment to connect to Websphere MQ 7.0 through SSL, so I have to configure SSL on Websphere MQ myself before I start configuring the SSL connection from JMS side. So, I'm ...

java ssl jms websphere-mq yesterday
0 answers

Which permissions are required for PCFAgent enquiries?

I'm using a little application I wrote to enquire about the state of some queues on a QM. The enquiry itself is done using the PCFAgent/PCFMessageAgent java classes. My question is: which (least) ...

1 answer

How to pooling the JMS connection in a standalone Java applications?

We are working on a IBM WebSphere MQ application, and we use JMS API to operating the message. But we have a problem that the connection takes too much time, and we want to pooling the JMS connection, …

jms websphere-mq mq pooling 2 days ago
1 answer

IBM WebSphere MQ creating scripts

We have a machine with multiple MQ clusters and listeners defined. Is there any script which can be used to create an exact replica on another machine. Are there any commands/tools available? Our ...

0 answers

MQJMS2005 exception failed to create MQQueueManager

In my GetJMSMessage, I used this: MQQueueConnectionFactory cf = new MQQueueConnectionFactory(); cf.setPort(port); cf.setHostName(host); cf.setChannel(channel); ...

2 answers

how to get connect with ibm websphere mq by using c#.net

can any one guide me on, to get connect with ibm websphere mq by using c#.net, reason was i am trying to push the message in to MQ, kindly can any give me suggestion to connect by using c#.net

c# websphere-mq Feb 19 at 2:48
1 answer

Exposing rejection reason in Websphere MQ messages

Suppose I have an application fed by a MQ queue. When the application receives a message that contains errors, the application itself pushes the received message to a certain invalid message queue. …

2 answers

Transform CSV files to Java objects using WebSphere Message Broker (WMB)

I wish to use IBM WebSphere Message Broker (probably V6) to consume some CSV files, perform some validation and then populate some Java objects for consumption by a Java application. I believe that …

1 answer

WebSphere MQ and mmx : Not able to connect with queues

We are using WebSphere MQ and mmx , however we are facing issues while trying to connect with queue: [2/10/12 13:24:51:861 CST] 00000011 SystemOut O 13:24:51,861 INFO [ListenerThread] - Retry …

jms ibm websphere-mq mmx Feb 11 at 5:35
0 answers

XML message loses carriage return characters while sending to IBM Websphere MQ

can any knows,why carriage return characters are loses while the message sent to ibm websphere MQ. normally we are fetching the data from data base using select query with for xml raw, i have ...

xml-parsing ibm-mq Feb 10 at 4:59
2 answers

Queue File based persistence - WebSphere MQ vs SQLite queue (WAL)

I use Websphere MQ and it comes by default with a "file based queue". So each queue typically has ONE physical file on disk. So lets say for this Websphere MQ queue we have multiple readers and ...

c sqlite websphere-mq Feb 9 at 17:14
1 answer

IBM MQ cluster connectivity issue

What are the cases a queue manager can loose its connectivy to repository in cluster encironment? I have an environment where a queue manager is losing its connectivity to repository often and i need …

websphere-mq Feb 7 at 17:51
2 answers

Can create Websphere Queue Manager but not connect

I need to write a .Net connector to WebSphere MQ queues so I've installed a trial version of IBM WebSphere MQ on my Windows 7 machine. I initially setup some dummy queues in MQ Explorer to play with …

websphere-mq Feb 3 at 18:38
3 answers

Get MQJMS2005 exception when connecting to IBM MQ using client mode

when I use below codes to connect to IBM MQ using client mode, I got MQJMS2005 exception MQQueueConnectionFactory cf = new MQQueueConnectionFactory(); cf.setPort(port); …

jms websphere-mq mq Feb 3 at 1:46
1 answer

WebSphere MQ Performance

I have MQ server 7.1 running in machine1. I have a java app running in machine 2, that uses JMS to write messages to a queue in machine 1. The java app handles hundreds of messages per second (data …

performance jms websphere-mq mq Feb 1 at 19:12
0 answers

Connecting JBoss 5.1 MDBs to Websphere MQ queues

I'm trying to upgrade a system running jboss3.x to jboss5.1. The system uses MDB's listening on queues in WebSphere MQ, so the 'message-driven' is connected to a Container/'invoker-proxy-binding' via …

1 answer

Getting MQ queue statistics in Java

From my application I need to query some Websphere MQ per-queue statistics (last message get/put time, number of en/dequeued messages, current queue depth, number of connected clients). I managed to …

1 answer

Test sending of mqseries messages without installing WebSphere MQ

Is there any environment to test sending of mqseries messages without installing WebSphere MQ? We are developing some application which will be cooperate with WebSphere MQ system and we are wondering …

testing websphere-mq Jan 31 at 17:54
1 answer

MQMessage read or delete

we have WebSphere MQ server. I have written Java client utility which can read all messages (leaving them in queue) or delete all from queue. But is that possible to read message and if it contains …

java websphere-mq Jan 30 at 15:14
1 answer

WebSphere MQ 7, can I use one machine to send message to remote queue

I'm new to WebSphere MQ. I was practicing the tutorials on the IBM site, I want to know if I need two separate computer machines to send a message to a remote queue? I'm using a laptop, I was ...

1 answer

WebSphere MQ: Consuming Messages in Batches

Is there a way to consume messages from a WebSphere MQ queue in batches? e.g. messages = queue.receiveBatch( BATCH_SIZE ) Where it would return a collection of messages ( e.g. List[Message] ) up to …

spring jms websphere-mq Jan 28 at 5:35
1 answer

WebSphere Message Broker MQMD Report

When I set MQMD.Expiry and MQM.Report (= MQRO_EXPIRATION_WITH_FULL_DATA) in Message Broker, where do messages go if they expire? Should I catch them in the MQInput node? If so, how do I ...

1 answer

JbossTextMessage Unicode convert failed in Linux

I'm trying to upload a xml (UTF-8) file and post it on a Jboss MQ. When reading the file from the listener UTF-8 characters are not correctly formatted ONLY in the Jboss (jboss-5.1.0.GA-3) instance …

3 answers

Standalone Java JMS Client for WebSphere MQ

Can I use just WebSphere's jar files with standard JMS to send messages to a WebSphere MQ server, or do I need to download their WebSphere MQ Client?

java client jms websphere-mq Jan 27 at 12:53
2 answers

How to read messages in an order from the Queue using MDB?

I have a MDB which listens to WebSphere MQ. It does not picks up the messages in the order that has been received by the Queue. How can i make it read it in that order? Is it possible? Should i not …

1 answer

com.ibm.mq.MQException: MQJE001: Completion Code '2', Reason '2035'

I am building a Java application that should be able to connect to an IBM WebSphere MQ queue manager and I cannot understand why I keep getting this error. I already gave administration privileges …

1 answer

IBM MQ - Moving messages between queues using Java MQ APIs

Is there a IBM MQ JAVA API to move messages from one queue to another? I am able to browse messages from the queue and put messages as well using Java APis. But I want to move a message from one ...

java websphere-mq ibm-mq Jan 24 at 0:58
1 answer

websphere 7 JMS connection pool; grows and grows

I'm running websphere 7 (fixpack 7.0.0.1.9) & websphere-mq7 (fixpack 7.0.1.5). I've set the connection pool for both my FACTORIES (FACTORY and MQ_FACTORY) to... FACTORY Connection timeout : 180 …

websphere websphere-mq Jan 23 at 17:44
15 30 50 per page
1 2 3