Message Bus to IBM MQSeries bridging?

Hi,
I need to connect from Azure to IBM MQ series queues. I have found some documentation about a MSMQ->MQSeries bridge which is part of some Hosting software which doesn't exist anymore. 
In pratical terms, how to approach this from Azure? What steps to take? 
Werner

hi Werner,
There is a document about message connection between IBM queues and azure service bus. You could refer to
http://blrp.org/2013/03/ibm-websphere-message-broker-azure-service-bus/ .
Hope it helps.
Regards,
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Sender JMS adapter configuration for IBM MQSeries

    Dear All,
    i am doing a IBM MQSeries 5.2.x Message ->sender JMS adapter -> XI server -> receiver RFC adapter -> R/3.
    i have deployed the JMS adapter with the required jar files of IBM MQSeries 5.2.x in XI server.
    in Sender JMS adapter configuration for IBM MQSeries 5.2.x, i have put following data:
    1. Transport Protocol: Websphere MQ - is it okay?
    in JMS provider settings:
    2. in channel name - what should be there?
    3. Transport Network protocol should be TCP/IP or WebsphereMQ - how to decide this thing.
    4. JMS Complaint - whether WebsphereMQ or JMS API.
    in JMS Settings:
    5. JMS Queue user - is this IBM MQSeries 5.2.x Queue User or someother user?
    6. JMS Message Selector - what data to take here.
    So if anybody has connected IBM MQSeries 5.2.x to XI via JMS adapter, please answer my above queries.
    Regards,
    Rajeev Gupta

    Hi Swaroop,
    you can send me those documents at my gmail-id : [email protected]
    Hi All,
    one more question - to connect XI server to IBM MQSeries via JMS adapter in ID, do we need to have a MQSeries Client installed on XI server - or - just by configuring JMS adapter, we can send messages from IBM MQSeries to XI server without any MQSeries client on XI server?
    Why Channel name is required in JMS configuration data?
    Thanks,
    Rajeev Gupta

  • Remote queue in XI server for IBM MQSeries

    Dear All,
    my scenario is IBM MQSeries -> message via sender JMS adapter -> XI -> receiver RFC adapter -> R/3.
    now for IBM MQSeries to send a message to XI via a transmission queue in MQSeries - it needs a remote queue name and  queue  manager name in XI server.
    So now where can i find these information regarding remote queue name and  queue  manager name in XI server. I currently do not know whether in XI server, currently is there any remote queue or not? So how to find this information. If we do not have remote queue manager in XI currently, then how to install a remote queue name and  queue  manager in XI server.
    It is slightly urgent. So i request you all to please reply quickly.
    Thanks and Regards,
    Rajeev Gupta

    Dear Sebastin,
    Thanks for your inputs.
    I have to connect to MQSeries 5.2.1 to XI server.
    am getting the below error in Communicatin Channel Monitoring for my sender JMS adapter:
    Error during channel initialization; exception trace: javax.jms.JMSException: MQJMS2005: failed to create MQQueueManager for '<IP_ADRESS>:<MQ_QUEUE_MANAGER>'
    at com.ibm.mq.jms.services.ConfigEnvironment.newException(ConfigEnvironment.java:546)
    at com.ibm.mq.jms.MQConnection.createQM(MQConnection.java:1137)
    at com.ibm.mq.jms.MQConnection.createQMNonXA(MQConnection.java:799)
    com.ibm.mq.MQException: Message catalog not found
    at com.ibm.mq.MQManagedConnectionJ11.<init>(MQManagedConnectionJ11.java:171)
    at com.ibm.mq.MQClientManagedConnectionFactoryJ11._createManagedConnection(MQClientManagedConnectionFactoryJ11.java:228)
    i have written '<IP_ADRESS>:<MQ_QUEUE_MANAGER>' just to hide the data - i am getting <IP_ADRESS> as IP Adress i gave in JMS adapter and <MQ_QUEUE_MANAGER> as Queue Manager i gave in JMS adapter.
    i am using the correct IP and 1414 port of MQSeries server. I have used a MQQueueManager defined in MQSeries. i have deployed JMS adapter properly in XI server.
    So can anybody suggest what could be the possible reason of this error and how to rectify it. It is slightly urgent.
    One more question - should the queue manager in MQSeries server be a local or remote queue manager..........i was not able to create a remote queue manager in MQSeries 5.2.1 as by default it is creating a local queue manager.......
    Thanks and Regards,
    Rajeev Gupta

  • JMS versus IBM MQSeries

    1. What is the difference between JMS and IBM MQSeries ?
    2. If JMS is all about APIs to interact with Message Oriented Middleware (MOM) that IBM MQSeries supports, why not use a simple JAVA program that would import com.ibm. * packages instead of JMS APIs ? What is the benefit we derive from using JMS ?

    I think what you are saying is JMS is the preferred
    way to communicate with MOM (i.e. MQ) as it is
    standard and not vendor dependant. My concern is
    this:
    If we write a stand alone program to send/retrieve
    meessage from MQ then how do we create
    ConnectionFactory and connection? Personally I prefer to use Dependency Injection using a library like Spring to configure things like JMS connection factories, JDBC DataSources etc.
    http://www.springframework.org/
    though the more typical (and some would say official) way of doing it is to use JNDI in your application. So create a JNDI context and pull the JMS ConnectionFactory and destinations out of JNDI.
    e.g. like this
    http://svn.activemq.org/trunk/activemq/modules/core/src/test/org/activemq/demo/SimpleProducer.java?rev=1&view=auto
    Then you need to refer to your JMS provider's documentation on how to configure a JNDI context. Typically its a case of adding a jndi.properties file to the classpath configured to your provider's JNDI provider.
    Don't we need MQ
    classes to create these objects.Yes, you need the classes from your JMS provider to create connections & sessions. (Its not like EJB remoting where you can create client side proxies from the EJB interfaces).
    James
    http://logicblaze.com/

  • J2EE and IBM MQSeries

    Hi
    We are planning to use IBM MQSeries as a JMS server for message driven beans.
    We are using OC4J 2.0 developer preview, but can't figure out how to connect to MQSeries. It looks like we have to use JNDI, but how?
    Best regards
    Ole

    Hi Ole,
    The following may help you...
    http://kb.atlassian.com/content/orion/docs/resource-providers/resource-providers.html
    Good Luck,
    Avi.

  • IBM MQSeries Gateway

    I would like to connect to IBM MQSeries v.5.3
    from an Oracle 9.2.
    According to Metalink and Oracle documentation,
    I could use PG4MQ
    (Oracle Procedural Gateway) or
    Messaging Gateway using AQ.
    They have different architecture
    and different configuration.
    Which one is better ?
    During the Oracle installation I
    have only the PG4MQ option,
    so how I could use Oracle Procedural Gateway
    Thanks

    Dear Yang!
    I have the same problem considering the two possibilities to connect ibm with oracle...
    Did you get some useful information or do you have some experience now? If yes could you please update the post!
    Thanks
    Markus

  • Get error message when trying to launch bridge from CC 64 bit.

    Get error message when trying to launch Bridge from Photoshop CC 64 bit.  "Cannot complete command because extension cannot be loaded."  Need fix.  Thanks.

    Hi Adobe Bubba,
    Please uninstall the software, run the cleaner tool, restart your machine and install again.
    Cleaner tool: http://www.adobe.com/support/contact/cscleanertool.html .
    Regards,
    Romt Sinha

  • Newbie : Problem starting OPG for IBM MQseries: TNS-00530,  Error Code 2

    Hi All
    First of all, if this is the wrong place to post this question, I apologize.
    I have installed a new installation of Oracle 9.2.0.1 and at a separate home location the OPG for IBM MQSeries for 9.2.0.1 off the same bits.
    The configuration said that the default SID of PG4MQS92 would be setup since I was using a local MQ queue manager but I didnt see any entries in the listener.ora or the tnsames.ora so added the following.
    listener.ora
    (SID_DESC =
    (SID_NAME = pg4mqs92)
    (ORACLE_HOME = C:\Software\oracle\pg4mqs92)
    (PROGRAM = pg4mqs92)
    tnsnames.ora
    ORACLE_QM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = testmachine)(PORT = 1521))
    (CONNECT_DATA =
    (SID = pg4mqs92)
    (HS=OK)
    When I ran tnsping on ORACLE_QM it was resolved. But when I start the putsample.sql program after importing all the required packages using the pgmdeploy9.sql script I get the following output.
    DECLARE
    ERROR at line 1:
    ORA-04052: error occurred when looking up remote object
    [email protected]
    ORA-00604: error occurred at recursive SQL level 1
    ORA-28545: error diagnosed by Net8 when connecting to an agent
    NCRO: Failed to make RSLV connection
    ORA-02063: preceding 2 lines from PG4MQ
    In the listener.log I see the following error
    07-DEC-2005 07:34:19 * (CONNECT_DATA=(SID=pg4mqs92)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.100)(PORT=1271)) * establish * pg4mqs92 * 12500
    TNS-12500: TNS:listener failed to start a dedicated server process
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    I noticed that during the install a boot file for the pgm4mqs92 SID was not found anywhere. Is it maintained in the registry, if so where ?
    If the boot file is missing is there a sample I can use and where do I need to put it ?
    Am running on Windows XP Professional.
    Have been stuck with this a while and cannot find any information on this, so any help would be appreciated.
    Thanks
    - Deepak

    I am getting the same error while starting or stopping the listener
    LSNRCTL> start CSCLIST
    Starting tnslsnr: please wait...
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    LSNRCTL> stop CSCLIST
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=CSCINDAE708070)(PORT=152
    2)))
    NL-00303: syntax error in NV string
    TNS-01153: Failed to process string: (DESCRIPTION=(CONNECT_DATA=(CID=(PROGRAM=)
    (HOST=)(USER=Manager(REMOVE)))(COMMAND=stop)(ARGUMENTS=64)(SERVICE=CSCLIST)(VERS
    ION=186646784)))
    Pls help
    Listener.ora:
    # listener.ora Network Configuration File: D:\Sagaya\11gDBhome\product\11.2.0\dbhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    CSCLIST =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = CSCINDAE708070)(PORT = 1522))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1522))
    SID_LIST_CSCLIST =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = D:\Sagaya\11gDBhome\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:D:\Sagaya\11gDBhome\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    ADR_BASE_CSCLIST = D:\Sagaya\11gDBhome

  • After Reinstallation: avahi user and message bus errors

    I did a re-install of OSX 10.6.3 on a working copy, updated all software and did a permission repair. I however now get these console errors that did not happen before:
    11.05.10 11:59:06 com.apple.SystemStarter[29] Starting D-Bus System Bus
    11.05.10 11:59:06 com.apple.SystemStarter[29] Unknown username "avahi" in message bus configuration file
    11.05.10 11:59:06 com.apple.SystemStarter[29] Failed to start message bus: Could not get UID and GID for username "messagebus"
    The re-installation forgot to set something that was working on my system before. Could anyone please help me to correct this issue by hand?
    Cheers,
    Reto

    In the console window during boot. I've now done a clean install of OSX and the errors went away. They were entirely related to the process of re-installing the system over my existing copy. It seems that the re-installation is not entirely complete.
    Reto

  • Java Doc for IBM MQSeries

    Hi,
    Can anyone tell me where i can get javadoc for IBM MQSeries Classes.
    Regs
    David Jeyam

    http://www-3.ibm.com/software/ts/mqseries/library/manuals/

  • I have this message error when I open Bridge cc.

    I have downloaded Photoshop cc and Bridge cc. I had already on my laptop DELL, Photoshop cs5 and Bridge cs5 and Lightroom 5. Photoshop cc was open, when I open Bridge cc.After a few second, there is a message error that says: '' Adobe Bridge cannot be used at this time because of licensing restrictions. You must have installed and launched  at least one other Adobe Application to use Adobe Bridge.''.
    I don't know what to do, please help me out........

    The frequenatly occurs if you have an expired Adobe trial.  Search your computer and uninstall it.

  • Failed to start message bus: Could not get UID and GID for username "d

    Today ive updated my system and got this mesage on boot
    Failed to start message bus: Could not get UID and GID for username "dbus"
    My keyboard doesnt work..not on usb or ps2.
    After 2 years over using arch on stable repo i got this very ugly bug...S***
    ill use minimal cd to reinstall core...it seems i cant get on tty working

    phoenix, don't post in old threads: http://wiki.archlinux.org/index.php/For … Bumping.27
    Try reinstalling dbus-core - if that doesn't work, start a new thread.
    Closed.

  • CCMS for monitoring for  Message Bus  RFCs  in TCP/IP

    Hi
    Can we do  CCMS configured for Real-time Monitoring of RFCs of Message Bus in TCP/IP in sm59
    Example:
       C_MES_AEP for C Cluster
       Q_MES_AEP for Q Cluster
       W_MES_AEP for W Cluster
       XXXX     for W Cluster AFS
      XXXX     any other MB Cluster
    Regards,
    Neni

    Hello Neni,
    SM59 is mainly for connection testing. 
    For monitoring the availabililty of the RFC destinations ,please goto the transaction RZ20    > SAP CCMS Monitor Templates    >
    Availability and Performance Overview and here you will be able to find the node to monitor the RFC destinations.
    Please refer to the note 527912 which mentions about this feature included as of 4.6C.
    527912 - RZ20: Availability monitoring of RFC dests does not
    Hope this helps you out!
    Thanks,
    Mark

  • Unknown username "policykit" in message bus configuration file

    dev@null> sudo dbus restart                                                             /usr/lib
    :: Stopping D-BUS system messagebus                                                            [DONE]
    :: Starting D-BUS system messagebus                                                             [BUSY]
    Unknown username "policykit" in message bus configuration file
                                                                                                                        [DONE]
    dev@null>
    Well policykit has been changed to polkits in arch (AFAIK) so the friggin' policykit group shouldn't indeed be there anymore.
    I checked with 'pacman -Ql dbus-core' but couldn't find the configuration file.
    This is just a warning I'm gettin', but anybody know this configuration file? Wouldn't wanna create this deprecated group manually.
    Last edited by algorythm (2010-03-09 15:08:16)

    Try to find that config file where that group so:
    # cd /etc/dbus-1/system.d
    # find . | xargs grep 'policykit'
    and change it.
    Hope this helps.
    Antonio

  • Unknown group 'network' in message bus configuration file

    I observe the above warning which appears right after the 'Starting DBUS system message bus' message during initialisation.
    Should I be concerned with this?
    How to I clear it so that my init scripts are nice and tidy?

    pacman -S filesystem
    And your done

Maybe you are looking for

  • Data not getting inserted in R/3 System from Webdynpro

    Hi, We were trying to insert some data into r/3 z-table using a Custom BAPI using RFC. But the data is not getting inserted. Through I commit is being performed explicity. Please help: Below is the code : Controllor code : public void wdDoInit()    

  • Open excel sheet through program calculate value and fetch value in program

    Hi experts, My requirement is to open a excel sheet while i execute a report,There is some calculation that i need to do in excel sheet and want to fetch the calculated value back in to my program. Is there any way of doing so ? Regards, Kashyap

  • Will any model magic mouse work with my iMac?

    I see 2 common models for magic mouse: MB829LL/A  &  A1296 My Imac software is  OS X 10.8.4 Please help, thank you!

  • Why currency factor can be happened.

    Dear folks,, Could you share about your experience regarding my question ?? I have pricing report where it display currency convertion. In that report, there column/field about local price value (e.g. IDR/JPY/EUR), beside that, it's also <b>USD price

  • If I trasport a object from Development to Quality

    Dear One's, I have query, If I trasport a R/3 source system object in BW from Development to Quality and then to Production. How this will reflects in Dev., Qty & Prod. of R/3 source systems? Thanks in advance, Raj