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 ...
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 ...
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 ...
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) ...
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, …
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 ...
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); ...
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
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. …
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 …
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 …
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 ...
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 ...
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 …
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 …
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); …
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 …
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 …
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 …
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 …
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 …
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 ...
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 …
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 ...
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 …
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?
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 …
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 …
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 ...
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 …
What is this?
Stack Exchange is a fast-growing network of 84 question and answer sites. Learn more »
WebSphere MQ feed