Skip to content

MarketSquare/robotframework-jmslibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robotframework-jmslibrary

Robot Framework library for sending and receiving JMS messages to different JMS providers like ActiveMQ and WebLogic.

📕 Keyword Documentation

Getting started

Installation

pip install --upgrade robotframework-jmslibrary

Usage

*** Settings ***
Library  JMS

*** Test Cases ***
Send And Receive JMS Messages
    Create Producer    RobotQueue1    
    Send    Hello from Robot Framework
    Create Consumer    RobotQueue1
    Receive    ==    Hello from Robot Framework

Send JMS Messages
    Create Producer    RobotQueue4
    Send Message    Hello from Robot Framework
    Create Consumer    RobotQueue4
    Receive    ==    Hello from Robot Framework

About

A library for Robot Framework to connect to several JMS Providers using jPype

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •