MassTransit implementation for node.js - esb

We have the multi-platform system which I need to communicate between node.Js and .net Core microservices with ESB. The system runs on premises.
We already started to use MassTransit in our .net services.
Is there a way to publish/consume messages with node.js using the MassTransit platform?

Related

What is the best solution to receive HTTP JSON Request in a PRISM WPF application context?

I´ve migrated a Prism WPF Application to .NET Core 3.1 but one project uses a WCF-Service which receives Http-Json-Post-Requests and I wasn´t able to find an alternative working in .NET Core 3 or .Netstandard...
In the previous .NET Framework version WCF calls published events by the IEventAggregator to execute EventHandlers in decoupled Prism modules...I tried to add a .NET Core Web Api project handling my HTTP requests but I could not host it in the Prism application or add my UnityContainer to the .NET Core Web Api project...does anyone have an idea how I can replace my WCF project with a .NET Core 3 project ?
Problem solved by self hosting ASP.NET Core in a separate netstandard2.1 project, registering the class containing the WebHost to the UnityContainer of the PRISM application and injecting the UnityContainer to be used by the WebHost as IServiceCollection.

How to integrate SAP with web application

how to integrate the SAP application to the web application which developed in polymer.
A common way that web applications integrate with SAP is using REST or SOAP webservices. Some of your options may depend on the version of the SAP Netweaver Application Server that you have.
You can create REST webservices using SAP Gateway which was incorporated in to the core of the Netweaver Application Server in version 7.4. Here is an overview of that https://blogs.sap.com/2013/01/24/a-simple-overview-on-sap-netweaver-gateway/
You can find more details on SOAP webservices from this wiki page https://wiki.scn.sap.com/wiki/display/ABAPConn/ABAP+Connectivity++-+Web+Services+ABAP.

Is it possible to subscribe to JMS queue on Universal Messaging webmethods enterprise server 8.2 using Hermes JMS

I have found this detail however version 8.2 does not have universal messaging...is there another way of doing it?
http://serviceorientedarchitect.com/how-to-test-jms-processing-in-webmethodsterracotta-universal-messaging-and-integration-server-with-soapui-and-hermesjms/
Universal Messaging supports & provides APIs to connect the Universal Messaging JMS server from different platforms. These can be leveraged to connect from webMethods 8.2 to Universal Messaging JMS servers.
Check below is the link for the details.
Universal Messaging Developer Guide

Is PicketLink supported on all Java EE application servers?

Does PicketLink support all Application Servers?
I'm interested in using it on WebSphere 8.5.5. If not is there an equivalent library for WebSphere security offering?
In theory, you can use it in any JEE6+ container. CDI is the only requirement. You can even use Weld SE, for instance.
There are people using it in TomEE and Glassfish too.

IBM Worklight 6.0 - How to use Node.js?

I would like to develop a mobile-based web application.
I am going to use HTML5 technologies.
I am currently using Eclipse Juno with IBM worklight.
I want to use MySQL RDMS. To access the data from that I would like to use Node.js.
Does anyone know of examples of how to use Node.js in Worklight?
Disclaimer: Worklight does not officially support Node.js
See this blog post about Node.js and Worklight: A preview of Node.js adapters in Worklight 6.0.0