#Enterprise #Message #Queues require a different mindset than batchwise #processing. With an #EMQ one gets nudged to handle 1 message at a time. It needs #software #languages that have quick start-up times. Historically, #Java has a bad rep for that.
With #Java11 and IBM
's #OJ9 the cold-start speed of a program can be greatly increased (vs Oracle
's #Hotspot) to the point where the program no longer needs to run forever... which is why we can use it on #AwsLambda with #Kafka.